2024-01-18T08:04:00.371 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-18T08:04:00.372 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519719 --verbose --description rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --name yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519719/orig.config.yaml 2024-01-18T08:04:00.405 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-18T08:04:00.500 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519719 branch: wip-yuri10-testing-2024-01-17-0759-pacific description: rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7519719' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri10-testing-2024-01-17-0759-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: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri10-testing-2024-01-17-0759-pacific sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 2168 sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri10-testing-2024-01-17-0759-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 targets: smithi161.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG6oliiHYtZrZ9pWqh6lQVK5Vd0QfVwjHRsJ/HU7FIwjseDI7v91GsrISgpVF4rE5le3H4C7QYrFB08JqBqfVzg= smithi187.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDE9HJmuOGe809y9lZ63b2GA6c4VRvVqN1N5oEE+4iaaRqGaHwe1zy1b17+0Jy6b2wi3O/B+Byzcvx4DqFr70s8= 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 --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: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-17_22:43:41 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-18T08:04:00.501 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa; will attempt to use it 2024-01-18T08:04:00.501 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks 2024-01-18T08:04:00.501 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-18T08:04:00.503 INFO:teuthology.task.internal:Checking packages... 2024-01-18T08:04:00.527 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0' 2024-01-18T08:04:00.527 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-18T08:04:00.527 INFO:teuthology.packaging:ref: None 2024-01-18T08:04:00.527 INFO:teuthology.packaging:tag: None 2024-01-18T08:04:00.527 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-01-17-0759-pacific 2024-01-18T08:04:00.527 INFO:teuthology.packaging:sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T08:04:00.527 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2024-01-17-0759-pacific 2024-01-18T08:04:00.687 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-454.g491b5e13 2024-01-18T08:04:00.689 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-18T08:04:00.695 INFO:teuthology.task.internal:no buildpackages task found 2024-01-18T08:04:00.696 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-18T08:04:00.701 INFO:teuthology.task.internal:Saving configuration 2024-01-18T08:04:00.715 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-18T08:04:00.721 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T08:04:00.745 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519719', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-18 07:58:33.218221', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG6oliiHYtZrZ9pWqh6lQVK5Vd0QfVwjHRsJ/HU7FIwjseDI7v91GsrISgpVF4rE5le3H4C7QYrFB08JqBqfVzg='} 2024-01-18T08:04:00.765 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi187.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519719', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-18 07:58:33.220114', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDE9HJmuOGe809y9lZ63b2GA6c4VRvVqN1N5oEE+4iaaRqGaHwe1zy1b17+0Jy6b2wi3O/B+Byzcvx4DqFr70s8='} 2024-01-18T08:04:00.765 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-18T08:04:00.771 INFO:teuthology.task.internal:roles: ubuntu@smithi161.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-18T08:04:00.771 INFO:teuthology.task.internal:roles: ubuntu@smithi187.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-18T08:04:00.772 INFO:teuthology.run_tasks:Running task console_log... 2024-01-18T08:04:00.842 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f30cb401ee0>, signals=[15]) 2024-01-18T08:04:00.843 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-18T08:04:00.849 INFO:teuthology.task.internal:Opening connections... 2024-01-18T08:04:00.849 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi161.front.sepia.ceph.com 2024-01-18T08:04:00.851 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T08:04:00.930 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi187.front.sepia.ceph.com 2024-01-18T08:04:00.931 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T08:04:01.006 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-18T08:04:01.013 DEBUG:teuthology.orchestra.run.smithi161:> uname -m 2024-01-18T08:04:01.035 INFO:teuthology.orchestra.run.smithi161.stdout:x86_64 2024-01-18T08:04:01.035 DEBUG:teuthology.orchestra.run.smithi161:> cat /etc/os-release 2024-01-18T08:04:01.097 INFO:teuthology.orchestra.run.smithi161.stdout:NAME="CentOS Stream" 2024-01-18T08:04:01.097 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION="8" 2024-01-18T08:04:01.097 INFO:teuthology.orchestra.run.smithi161.stdout:ID="centos" 2024-01-18T08:04:01.097 INFO:teuthology.orchestra.run.smithi161.stdout:ID_LIKE="rhel fedora" 2024-01-18T08:04:01.097 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION_ID="8" 2024-01-18T08:04:01.097 INFO:teuthology.orchestra.run.smithi161.stdout:PLATFORM_ID="platform:el8" 2024-01-18T08:04:01.097 INFO:teuthology.orchestra.run.smithi161.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-18T08:04:01.098 INFO:teuthology.orchestra.run.smithi161.stdout:ANSI_COLOR="0;31" 2024-01-18T08:04:01.098 INFO:teuthology.orchestra.run.smithi161.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-18T08:04:01.098 INFO:teuthology.orchestra.run.smithi161.stdout:HOME_URL="https://centos.org/" 2024-01-18T08:04:01.098 INFO:teuthology.orchestra.run.smithi161.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-18T08:04:01.098 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-18T08:04:01.098 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-18T08:04:01.099 INFO:teuthology.lock.ops:Updating smithi161.front.sepia.ceph.com on lock server 2024-01-18T08:04:01.128 DEBUG:teuthology.orchestra.run.smithi187:> uname -m 2024-01-18T08:04:01.150 INFO:teuthology.orchestra.run.smithi187.stdout:x86_64 2024-01-18T08:04:01.151 DEBUG:teuthology.orchestra.run.smithi187:> cat /etc/os-release 2024-01-18T08:04:01.210 INFO:teuthology.orchestra.run.smithi187.stdout:NAME="CentOS Stream" 2024-01-18T08:04:01.210 INFO:teuthology.orchestra.run.smithi187.stdout:VERSION="8" 2024-01-18T08:04:01.211 INFO:teuthology.orchestra.run.smithi187.stdout:ID="centos" 2024-01-18T08:04:01.211 INFO:teuthology.orchestra.run.smithi187.stdout:ID_LIKE="rhel fedora" 2024-01-18T08:04:01.211 INFO:teuthology.orchestra.run.smithi187.stdout:VERSION_ID="8" 2024-01-18T08:04:01.211 INFO:teuthology.orchestra.run.smithi187.stdout:PLATFORM_ID="platform:el8" 2024-01-18T08:04:01.211 INFO:teuthology.orchestra.run.smithi187.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-18T08:04:01.211 INFO:teuthology.orchestra.run.smithi187.stdout:ANSI_COLOR="0;31" 2024-01-18T08:04:01.211 INFO:teuthology.orchestra.run.smithi187.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-18T08:04:01.211 INFO:teuthology.orchestra.run.smithi187.stdout:HOME_URL="https://centos.org/" 2024-01-18T08:04:01.211 INFO:teuthology.orchestra.run.smithi187.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-18T08:04:01.211 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-18T08:04:01.211 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-18T08:04:01.212 INFO:teuthology.lock.ops:Updating smithi187.front.sepia.ceph.com on lock server 2024-01-18T08:04:01.236 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-18T08:04:01.244 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-18T08:04:01.258 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-18T08:04:01.258 DEBUG:teuthology.orchestra.run.smithi161:> test '!' -e /home/ubuntu/cephtest 2024-01-18T08:04:01.261 DEBUG:teuthology.orchestra.run.smithi187:> test '!' -e /home/ubuntu/cephtest 2024-01-18T08:04:01.281 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-18T08:04:01.287 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-18T08:04:01.287 DEBUG:teuthology.orchestra.run.smithi161:> test -z $(ls -A /var/lib/ceph) 2024-01-18T08:04:01.322 DEBUG:teuthology.orchestra.run.smithi187:> test -z $(ls -A /var/lib/ceph) 2024-01-18T08:04:01.376 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-18T08:04:01.435 INFO:teuthology.run_tasks:Running task kernel... 2024-01-18T08:04:01.449 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-18T08:04:01.449 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-18T08:04:01.449 DEBUG:teuthology.orchestra.run.smithi161:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-18T08:04:01.450 DEBUG:teuthology.orchestra.run.smithi187:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-18T08:04:01.470 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:04:01.470 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-01-18T08:04:01.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:04:01.472 DEBUG:teuthology.orchestra.run.smithi187:> uname -r 2024-01-18T08:04:01.532 INFO:teuthology.orchestra.run.smithi161.stdout:4.18.0-489.el8.x86_64 2024-01-18T08:04:01.532 INFO:teuthology.task.kernel:Running kernel on smithi161: 4.18.0-489.el8.x86_64 2024-01-18T08:04:01.532 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum install -y kernel 2024-01-18T08:04:01.533 INFO:teuthology.orchestra.run.smithi187.stdout:4.18.0-489.el8.x86_64 2024-01-18T08:04:01.534 INFO:teuthology.task.kernel:Running kernel on smithi187: 4.18.0-489.el8.x86_64 2024-01-18T08:04:01.534 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum install -y kernel 2024-01-18T08:04:05.107 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 8 - AppStream 32 MB/s | 26 MB 00:00 2024-01-18T08:04:05.170 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 8 - AppStream 32 MB/s | 26 MB 00:00 2024-01-18T08:04:10.449 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 8 - BaseOS 16 MB/s | 10 MB 00:00 2024-01-18T08:04:10.503 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 8 - BaseOS 16 MB/s | 10 MB 00:00 2024-01-18T08:04:12.199 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 8 - Extras 121 kB/s | 18 kB 00:00 2024-01-18T08:04:12.270 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 8 - Extras 107 kB/s | 18 kB 00:00 2024-01-18T08:04:12.588 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 8 - Extras common packages 33 kB/s | 6.9 kB 00:00 2024-01-18T08:04:12.691 INFO:teuthology.orchestra.run.smithi187.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2024-01-18T08:04:12.822 INFO:teuthology.orchestra.run.smithi161.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-01-18T08:04:12.967 INFO:teuthology.orchestra.run.smithi187.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2024-01-18T08:04:15.060 INFO:teuthology.orchestra.run.smithi187.stdout:Extra Packages for Enterprise Linux 8.0 MB/s | 16 MB 00:02 2024-01-18T08:04:18.935 INFO:teuthology.orchestra.run.smithi187.stdout:lab-extras 378 kB/s | 24 kB 00:00 2024-01-18T08:04:21.907 INFO:teuthology.orchestra.run.smithi187.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-18T08:04:21.907 INFO:teuthology.orchestra.run.smithi187.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-18T08:04:22.039 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-01-18T08:04:22.040 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-01-18T08:04:22.040 INFO:teuthology.orchestra.run.smithi187.stdout: Package Architecture Version Repository Size 2024-01-18T08:04:22.040 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-01-18T08:04:22.040 INFO:teuthology.orchestra.run.smithi187.stdout:Installing: 2024-01-18T08:04:22.040 INFO:teuthology.orchestra.run.smithi187.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-18T08:04:22.040 INFO:teuthology.orchestra.run.smithi187.stdout:Installing dependencies: 2024-01-18T08:04:22.040 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-18T08:04:22.040 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-18T08:04:22.040 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-18T08:04:22.041 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-01-18T08:04:22.041 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-01-18T08:04:22.041 INFO:teuthology.orchestra.run.smithi187.stdout:Install 3 Packages 2024-01-18T08:04:22.041 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-18T08:04:22.041 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 89 M 2024-01-18T08:04:22.041 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 96 M 2024-01-18T08:04:22.041 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-01-18T08:04:22.744 INFO:teuthology.orchestra.run.smithi187.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 20 MB/s | 10 MB 00:00 2024-01-18T08:04:23.661 INFO:teuthology.orchestra.run.smithi187.stdout:(2/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 25 MB/s | 36 MB 00:01 2024-01-18T08:04:24.112 INFO:teuthology.orchestra.run.smithi187.stdout:(3/3): kernel-core-4.18.0-535.el8.x86_64.rpm 23 MB/s | 43 MB 00:01 2024-01-18T08:04:24.112 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-01-18T08:04:24.112 INFO:teuthology.orchestra.run.smithi187.stdout:Total 43 MB/s | 89 MB 00:02 2024-01-18T08:04:24.214 INFO:teuthology.orchestra.run.smithi161.stdout:Extra Packages for Enterprise Linux 1.4 MB/s | 16 MB 00:11 2024-01-18T08:04:24.795 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-01-18T08:04:25.213 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-01-18T08:04:25.214 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-01-18T08:04:26.446 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-01-18T08:04:26.465 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-01-18T08:04:28.039 INFO:teuthology.orchestra.run.smithi161.stdout:lab-extras 279 kB/s | 24 kB 00:00 2024-01-18T08:04:29.225 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-01-18T08:04:30.003 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-18T08:04:30.894 INFO:teuthology.orchestra.run.smithi161.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-18T08:04:30.894 INFO:teuthology.orchestra.run.smithi161.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-18T08:04:31.021 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-01-18T08:04:31.022 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-01-18T08:04:31.022 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2024-01-18T08:04:31.022 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-01-18T08:04:31.022 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-01-18T08:04:31.022 INFO:teuthology.orchestra.run.smithi161.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-18T08:04:31.022 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-01-18T08:04:31.022 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-18T08:04:31.022 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-18T08:04:31.022 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:04:31.022 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-01-18T08:04:31.022 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-01-18T08:04:31.022 INFO:teuthology.orchestra.run.smithi161.stdout:Install 3 Packages 2024-01-18T08:04:31.022 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:04:31.023 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 89 M 2024-01-18T08:04:31.023 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 96 M 2024-01-18T08:04:31.023 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-01-18T08:04:31.565 INFO:teuthology.orchestra.run.smithi161.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 20 MB/s | 10 MB 00:00 2024-01-18T08:04:32.449 INFO:teuthology.orchestra.run.smithi161.stdout:(2/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 26 MB/s | 36 MB 00:01 2024-01-18T08:04:32.882 INFO:teuthology.orchestra.run.smithi161.stdout:(3/3): kernel-core-4.18.0-535.el8.x86_64.rpm 24 MB/s | 43 MB 00:01 2024-01-18T08:04:32.883 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-01-18T08:04:32.883 INFO:teuthology.orchestra.run.smithi161.stdout:Total 48 MB/s | 89 MB 00:01 2024-01-18T08:04:33.565 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-01-18T08:04:33.617 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-18T08:04:34.000 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-01-18T08:04:34.000 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-01-18T08:04:34.056 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-18T08:04:35.238 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-01-18T08:04:35.261 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-01-18T08:04:37.476 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-18T08:04:37.765 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-18T08:04:38.068 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-01-18T08:04:38.669 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-18T08:04:42.340 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-18T08:04:42.801 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-18T08:04:46.230 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-18T08:04:46.856 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-18T08:04:59.598 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-18T08:04:59.621 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-18T08:04:59.993 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-18T08:04:59.993 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-18T08:04:59.993 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-18T08:05:00.508 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-18T08:05:00.508 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-18T08:05:00.509 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-01-18T08:05:00.509 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-18T08:05:00.509 INFO:teuthology.orchestra.run.smithi187.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-18T08:05:00.509 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-18T08:05:00.509 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-01-18T08:05:00.659 DEBUG:teuthology.orchestra.run.smithi187:> rpm -q kernel | sort -rV | head -n 1 2024-01-18T08:05:00.871 INFO:teuthology.orchestra.run.smithi187.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-18T08:05:00.871 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-18T08:05:00.871 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-18T08:05:00.872 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-18T08:05:00.872 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-18T08:05:00.872 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-18T08:05:00.872 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi187.front.sepia.ceph.com, path=None, version=distro) 2024-01-18T08:05:00.872 DEBUG:teuthology.orchestra.run.smithi187:> rpm -q kernel | sort -rV | head -n 1 2024-01-18T08:05:01.083 INFO:teuthology.orchestra.run.smithi187.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-18T08:05:01.083 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-18T08:05:01.083 DEBUG:teuthology.orchestra.run.smithi187:> sudo rpm -qi grub2-tools 2024-01-18T08:05:01.120 INFO:teuthology.orchestra.run.smithi187.stdout:Name : grub2-tools 2024-01-18T08:05:01.120 INFO:teuthology.orchestra.run.smithi187.stdout:Epoch : 1 2024-01-18T08:05:01.120 INFO:teuthology.orchestra.run.smithi187.stdout:Version : 2.02 2024-01-18T08:05:01.120 INFO:teuthology.orchestra.run.smithi187.stdout:Release : 129.el8 2024-01-18T08:05:01.120 INFO:teuthology.orchestra.run.smithi187.stdout:Architecture: x86_64 2024-01-18T08:05:01.120 INFO:teuthology.orchestra.run.smithi187.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-18T08:05:01.120 INFO:teuthology.orchestra.run.smithi187.stdout:Group : System Environment/Base 2024-01-18T08:05:01.120 INFO:teuthology.orchestra.run.smithi187.stdout:Size : 9265586 2024-01-18T08:05:01.120 INFO:teuthology.orchestra.run.smithi187.stdout:License : GPLv3+ 2024-01-18T08:05:01.120 INFO:teuthology.orchestra.run.smithi187.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-18T08:05:01.121 INFO:teuthology.orchestra.run.smithi187.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-18T08:05:01.121 INFO:teuthology.orchestra.run.smithi187.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-18T08:05:01.121 INFO:teuthology.orchestra.run.smithi187.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-18T08:05:01.121 INFO:teuthology.orchestra.run.smithi187.stdout:Relocations : (not relocatable) 2024-01-18T08:05:01.121 INFO:teuthology.orchestra.run.smithi187.stdout:Packager : CentOS BuildSystem 2024-01-18T08:05:01.121 INFO:teuthology.orchestra.run.smithi187.stdout:Vendor : CentOS 2024-01-18T08:05:01.121 INFO:teuthology.orchestra.run.smithi187.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-18T08:05:01.121 INFO:teuthology.orchestra.run.smithi187.stdout:Summary : Support tools for GRUB. 2024-01-18T08:05:01.121 INFO:teuthology.orchestra.run.smithi187.stdout:Description : 2024-01-18T08:05:01.121 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-18T08:05:01.121 INFO:teuthology.orchestra.run.smithi187.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-18T08:05:01.121 INFO:teuthology.orchestra.run.smithi187.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-18T08:05:01.121 INFO:teuthology.orchestra.run.smithi187.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-18T08:05:01.121 INFO:teuthology.orchestra.run.smithi187.stdout:hardware devices. 2024-01-18T08:05:01.121 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-18T08:05:01.121 INFO:teuthology.orchestra.run.smithi187.stdout:This subpackage provides tools for support of all platforms. 2024-01-18T08:05:01.122 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-18T08:05:01.122 INFO:teuthology.task.kernel:Updating grub on smithi187 to boot 4.18.0-535.el8.x86_64 2024-01-18T08:05:01.122 DEBUG:teuthology.orchestra.run.smithi187:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-18T08:05:02.919 INFO:teuthology.orchestra.run.smithi187.stderr:Generating grub configuration file ... 2024-01-18T08:05:05.256 INFO:teuthology.orchestra.run.smithi187.stderr:done 2024-01-18T08:05:05.258 DEBUG:teuthology.orchestra.run.smithi187:> mktemp 2024-01-18T08:05:05.337 INFO:teuthology.orchestra.run.smithi187.stdout:/tmp/tmp.UgXV6NuhuU 2024-01-18T08:05:05.337 DEBUG:teuthology.orchestra.run.smithi187:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.UgXV6NuhuU 2024-01-18T08:05:05.412 DEBUG:teuthology.orchestra.run.smithi187:> sudo chmod 0666 /tmp/tmp.UgXV6NuhuU 2024-01-18T08:05:05.554 DEBUG:teuthology.orchestra.remote:smithi187:/tmp/tmp.UgXV6NuhuU is 6KB 2024-01-18T08:05:05.604 DEBUG:teuthology.orchestra.run.smithi187:> rm -fr /tmp/tmp.UgXV6NuhuU 2024-01-18T08:05:05.621 DEBUG:teuthology.orchestra.run.smithi187:> sudo /bin/ls /boot/loader/entries || true 2024-01-18T08:05:05.689 INFO:teuthology.orchestra.run.smithi187.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-18T08:05:05.690 INFO:teuthology.orchestra.run.smithi187.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-18T08:05:05.690 INFO:teuthology.orchestra.run.smithi187.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-18T08:05:05.690 INFO:teuthology.orchestra.run.smithi187.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-18T08:05:05.691 DEBUG:teuthology.orchestra.run.smithi187:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-18T08:05:05.837 DEBUG:teuthology.orchestra.run.smithi187:> sudo shutdown -r now 2024-01-18T08:05:08.916 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-18T08:05:08.940 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-18T08:05:09.283 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-18T08:05:09.283 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-18T08:05:09.283 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-18T08:05:09.759 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-18T08:05:09.759 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:05:09.759 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-01-18T08:05:09.759 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-18T08:05:09.759 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-18T08:05:09.759 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:05:09.760 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-01-18T08:05:09.886 DEBUG:teuthology.orchestra.run.smithi161:> rpm -q kernel | sort -rV | head -n 1 2024-01-18T08:05:10.103 INFO:teuthology.orchestra.run.smithi161.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-18T08:05:10.103 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-18T08:05:10.104 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-18T08:05:10.104 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-18T08:05:10.104 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-18T08:05:10.104 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-18T08:05:10.104 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi161.front.sepia.ceph.com, path=None, version=distro) 2024-01-18T08:05:10.104 DEBUG:teuthology.orchestra.run.smithi161:> rpm -q kernel | sort -rV | head -n 1 2024-01-18T08:05:10.315 INFO:teuthology.orchestra.run.smithi161.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-18T08:05:10.316 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-18T08:05:10.316 DEBUG:teuthology.orchestra.run.smithi161:> sudo rpm -qi grub2-tools 2024-01-18T08:05:10.349 INFO:teuthology.orchestra.run.smithi161.stdout:Name : grub2-tools 2024-01-18T08:05:10.349 INFO:teuthology.orchestra.run.smithi161.stdout:Epoch : 1 2024-01-18T08:05:10.349 INFO:teuthology.orchestra.run.smithi161.stdout:Version : 2.02 2024-01-18T08:05:10.349 INFO:teuthology.orchestra.run.smithi161.stdout:Release : 129.el8 2024-01-18T08:05:10.350 INFO:teuthology.orchestra.run.smithi161.stdout:Architecture: x86_64 2024-01-18T08:05:10.350 INFO:teuthology.orchestra.run.smithi161.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-18T08:05:10.350 INFO:teuthology.orchestra.run.smithi161.stdout:Group : System Environment/Base 2024-01-18T08:05:10.350 INFO:teuthology.orchestra.run.smithi161.stdout:Size : 9265586 2024-01-18T08:05:10.350 INFO:teuthology.orchestra.run.smithi161.stdout:License : GPLv3+ 2024-01-18T08:05:10.350 INFO:teuthology.orchestra.run.smithi161.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-18T08:05:10.350 INFO:teuthology.orchestra.run.smithi161.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-18T08:05:10.350 INFO:teuthology.orchestra.run.smithi161.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-18T08:05:10.350 INFO:teuthology.orchestra.run.smithi161.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-18T08:05:10.350 INFO:teuthology.orchestra.run.smithi161.stdout:Relocations : (not relocatable) 2024-01-18T08:05:10.350 INFO:teuthology.orchestra.run.smithi161.stdout:Packager : CentOS BuildSystem 2024-01-18T08:05:10.350 INFO:teuthology.orchestra.run.smithi161.stdout:Vendor : CentOS 2024-01-18T08:05:10.350 INFO:teuthology.orchestra.run.smithi161.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-18T08:05:10.350 INFO:teuthology.orchestra.run.smithi161.stdout:Summary : Support tools for GRUB. 2024-01-18T08:05:10.350 INFO:teuthology.orchestra.run.smithi161.stdout:Description : 2024-01-18T08:05:10.351 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:05:10.351 INFO:teuthology.orchestra.run.smithi161.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-18T08:05:10.351 INFO:teuthology.orchestra.run.smithi161.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-18T08:05:10.351 INFO:teuthology.orchestra.run.smithi161.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-18T08:05:10.351 INFO:teuthology.orchestra.run.smithi161.stdout:hardware devices. 2024-01-18T08:05:10.351 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:05:10.351 INFO:teuthology.orchestra.run.smithi161.stdout:This subpackage provides tools for support of all platforms. 2024-01-18T08:05:10.352 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-18T08:05:10.352 INFO:teuthology.task.kernel:Updating grub on smithi161 to boot 4.18.0-535.el8.x86_64 2024-01-18T08:05:10.352 DEBUG:teuthology.orchestra.run.smithi161:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-18T08:05:12.008 INFO:teuthology.orchestra.run.smithi161.stderr:Generating grub configuration file ... 2024-01-18T08:05:14.376 INFO:teuthology.orchestra.run.smithi161.stderr:done 2024-01-18T08:05:14.378 DEBUG:teuthology.orchestra.run.smithi161:> mktemp 2024-01-18T08:05:14.400 INFO:teuthology.orchestra.run.smithi161.stdout:/tmp/tmp.LtpLMyGM73 2024-01-18T08:05:14.401 DEBUG:teuthology.orchestra.run.smithi161:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.LtpLMyGM73 2024-01-18T08:05:14.475 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 0666 /tmp/tmp.LtpLMyGM73 2024-01-18T08:05:14.624 DEBUG:teuthology.orchestra.remote:smithi161:/tmp/tmp.LtpLMyGM73 is 6KB 2024-01-18T08:05:14.672 DEBUG:teuthology.orchestra.run.smithi161:> rm -fr /tmp/tmp.LtpLMyGM73 2024-01-18T08:05:14.689 DEBUG:teuthology.orchestra.run.smithi161:> sudo /bin/ls /boot/loader/entries || true 2024-01-18T08:05:14.762 INFO:teuthology.orchestra.run.smithi161.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-18T08:05:14.762 INFO:teuthology.orchestra.run.smithi161.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-18T08:05:14.762 INFO:teuthology.orchestra.run.smithi161.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-18T08:05:14.762 INFO:teuthology.orchestra.run.smithi161.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-18T08:05:14.763 DEBUG:teuthology.orchestra.run.smithi161:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-18T08:05:14.926 DEBUG:teuthology.orchestra.run.smithi161:> sudo shutdown -r now 2024-01-18T08:05:35.860 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-18T08:05:35.860 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-01-18T08:05:35.861 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T08:05:44.938 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-18T08:05:44.939 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-01-18T08:05:44.939 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T08:05:54.372 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.187 2024-01-18T08:06:03.324 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-01-18T08:06:03.373 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-01-18T08:06:03.373 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T08:06:06.428 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.187 2024-01-18T08:06:12.328 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-01-18T08:06:12.328 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T08:06:15.388 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-01-18T08:06:18.432 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-01-18T08:06:18.433 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T08:06:27.397 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-01-18T08:06:27.398 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T08:06:36.860 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.187 2024-01-18T08:06:51.872 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-01-18T08:06:51.873 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T08:06:52.762 DEBUG:teuthology.orchestra.run.smithi187:> true 2024-01-18T08:06:53.447 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-01-18T08:06:53.447 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-535.el8.x86_64"... 2024-01-18T08:06:53.447 DEBUG:teuthology.orchestra.run.smithi187:> uname -r 2024-01-18T08:06:53.464 INFO:teuthology.orchestra.run.smithi187.stdout:4.18.0-535.el8.x86_64 2024-01-18T08:06:53.465 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-18T08:06:53.465 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-18T08:06:53.465 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-18T08:06:54.465 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-18T08:06:54.466 DEBUG:teuthology.orchestra.run.smithi187:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-18T08:06:54.540 INFO:teuthology.orchestra.run.smithi187.stdout:ttyS1 2024-01-18T08:06:54.556 DEBUG:teuthology.parallel:result is None 2024-01-18T08:07:27.400 DEBUG:teuthology.orchestra.remote:timed out 2024-01-18T08:07:42.401 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-01-18T08:07:42.402 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T08:07:42.695 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-01-18T08:07:43.004 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-01-18T08:07:43.004 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-535.el8.x86_64"... 2024-01-18T08:07:43.005 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-01-18T08:07:43.023 INFO:teuthology.orchestra.run.smithi161.stdout:4.18.0-535.el8.x86_64 2024-01-18T08:07:43.023 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-18T08:07:43.023 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-18T08:07:43.023 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-18T08:07:44.025 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-18T08:07:44.025 DEBUG:teuthology.orchestra.run.smithi161:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-18T08:07:44.093 INFO:teuthology.orchestra.run.smithi161.stdout:ttyS1 2024-01-18T08:07:44.104 DEBUG:teuthology.parallel:result is None 2024-01-18T08:07:44.105 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-18T08:07:44.111 INFO:teuthology.task.internal:Creating test directory... 2024-01-18T08:07:44.112 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-18T08:07:44.114 DEBUG:teuthology.orchestra.run.smithi187:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-18T08:07:44.137 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-18T08:07:44.143 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-18T08:07:44.150 INFO:teuthology.task.internal:Creating archive directory... 2024-01-18T08:07:44.151 DEBUG:teuthology.orchestra.run.smithi161:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-18T08:07:44.174 DEBUG:teuthology.orchestra.run.smithi187:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-18T08:07:44.218 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-18T08:07:44.224 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-18T08:07:44.224 DEBUG:teuthology.orchestra.run.smithi161:> 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-01-18T08:07:44.253 DEBUG:teuthology.orchestra.run.smithi187:> 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-01-18T08:07:44.290 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T08:07:44.291 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T08:07:44.302 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T08:07:44.302 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T08:07:44.303 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-18T08:07:44.310 INFO:teuthology.task.internal:Configuring sudo... 2024-01-18T08:07:44.310 DEBUG:teuthology.orchestra.run.smithi161:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-18T08:07:44.345 DEBUG:teuthology.orchestra.run.smithi187:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-18T08:07:44.375 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-18T08:07:44.384 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-18T08:07:44.384 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-18T08:07:44.416 DEBUG:teuthology.orchestra.run.smithi187:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-18T08:07:44.435 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T08:07:44.519 DEBUG:teuthology.orchestra.run.smithi161:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T08:07:44.570 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T08:07:44.655 DEBUG:teuthology.orchestra.run.smithi161:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T08:07:44.698 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-01-18T08:07:44.698 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-18T08:07:44.765 DEBUG:teuthology.orchestra.run.smithi187:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T08:07:44.814 DEBUG:teuthology.orchestra.run.smithi187:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T08:07:44.864 DEBUG:teuthology.orchestra.run.smithi187:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T08:07:44.951 DEBUG:teuthology.orchestra.run.smithi187:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T08:07:44.993 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-18T08:07:44.993 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-18T08:07:45.061 DEBUG:teuthology.orchestra.run.smithi161:> sudo service rsyslog restart 2024-01-18T08:07:45.063 DEBUG:teuthology.orchestra.run.smithi187:> sudo service rsyslog restart 2024-01-18T08:07:45.124 INFO:teuthology.orchestra.run.smithi161.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T08:07:45.169 INFO:teuthology.orchestra.run.smithi187.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T08:07:45.611 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-18T08:07:45.618 INFO:teuthology.task.internal:Starting timer... 2024-01-18T08:07:45.619 INFO:teuthology.run_tasks:Running task pcp... 2024-01-18T08:07:45.632 INFO:teuthology.run_tasks:Running task selinux... 2024-01-18T08:07:45.640 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-18T08:07:45.641 DEBUG:teuthology.orchestra.run.smithi161:> sudo service auditd rotate 2024-01-18T08:07:45.736 INFO:teuthology.orchestra.run.smithi161.stdout:Rotating logs: 2024-01-18T08:07:45.738 DEBUG:teuthology.orchestra.run.smithi187:> sudo service auditd rotate 2024-01-18T08:07:45.815 INFO:teuthology.orchestra.run.smithi187.stdout:Rotating logs: 2024-01-18T08:07:45.817 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-18T08:07:45.817 DEBUG:teuthology.orchestra.run.smithi161:> /usr/sbin/getenforce 2024-01-18T08:07:45.866 INFO:teuthology.orchestra.run.smithi161.stdout:Permissive 2024-01-18T08:07:45.866 DEBUG:teuthology.orchestra.run.smithi187:> /usr/sbin/getenforce 2024-01-18T08:07:45.906 INFO:teuthology.orchestra.run.smithi187.stdout:Permissive 2024-01-18T08:07:45.906 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi161.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi187.front.sepia.ceph.com': 'permissive'} 2024-01-18T08:07:45.906 DEBUG:teuthology.orchestra.run.smithi161:> 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-01-18T08:07:45.933 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:07:45.934 DEBUG:teuthology.orchestra.run.smithi187:> 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-01-18T08:07:45.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:07:45.974 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-18T08:07:45.974 DEBUG:teuthology.orchestra.run.smithi161:> sudo /usr/sbin/setenforce permissive 2024-01-18T08:07:46.001 DEBUG:teuthology.orchestra.run.smithi187:> sudo /usr/sbin/setenforce permissive 2024-01-18T08:07:46.041 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-18T08:07:46.051 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-18T08:07:46.066 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-01-18T08:07:46.067 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi161.front.sepia.ceph.com,smithi187.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-18T08:13:38.709 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi161.front.sepia.ceph.com'), Remote(name='ubuntu@smithi187.front.sepia.ceph.com')] 2024-01-18T08:13:38.710 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-01-18T08:13:38.711 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T08:13:38.791 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-01-18T08:13:38.857 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-01-18T08:13:38.858 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-01-18T08:13:38.859 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T08:13:38.933 DEBUG:teuthology.orchestra.run.smithi187:> true 2024-01-18T08:13:39.003 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-01-18T08:13:39.003 INFO:teuthology.run_tasks:Running task clock... 2024-01-18T08:13:39.013 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-18T08:13:39.020 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-18T08:13:39.020 DEBUG:teuthology.orchestra.run.smithi161:> 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-01-18T08:13:39.022 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-18T08:13:39.023 DEBUG:teuthology.orchestra.run.smithi187:> 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-01-18T08:13:39.052 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-18T08:13:39.066 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-18T08:13:39.074 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-18T08:13:39.087 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-18T08:13:39.137 INFO:teuthology.orchestra.run.smithi161.stderr:sudo: ntpd: command not found 2024-01-18T08:13:39.148 INFO:teuthology.orchestra.run.smithi161.stdout:506 Cannot talk to daemon 2024-01-18T08:13:39.159 INFO:teuthology.orchestra.run.smithi187.stderr:sudo: ntpd: command not found 2024-01-18T08:13:39.161 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-18T08:13:39.170 INFO:teuthology.orchestra.run.smithi187.stdout:506 Cannot talk to daemon 2024-01-18T08:13:39.175 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-18T08:13:39.184 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-18T08:13:39.197 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-18T08:13:39.241 INFO:teuthology.orchestra.run.smithi161.stderr:bash: ntpq: command not found 2024-01-18T08:13:39.244 INFO:teuthology.orchestra.run.smithi161.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T08:13:39.244 INFO:teuthology.orchestra.run.smithi161.stdout:=============================================================================== 2024-01-18T08:13:39.244 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T08:13:39.244 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T08:13:39.244 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T08:13:39.244 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T08:13:39.262 INFO:teuthology.orchestra.run.smithi187.stderr:bash: ntpq: command not found 2024-01-18T08:13:39.266 INFO:teuthology.orchestra.run.smithi187.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T08:13:39.266 INFO:teuthology.orchestra.run.smithi187.stdout:=============================================================================== 2024-01-18T08:13:39.266 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T08:13:39.266 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T08:13:39.266 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T08:13:39.266 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T08:13:39.267 INFO:teuthology.run_tasks:Running task pexec... 2024-01-18T08:13:39.278 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-18T08:13:39.278 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi161.front.sepia.ceph.com 2024-01-18T08:13:39.278 DEBUG:teuthology.orchestra.run.smithi161:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-18T08:13:39.279 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi187.front.sepia.ceph.com 2024-01-18T08:13:39.279 DEBUG:teuthology.orchestra.run.smithi187:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-18T08:13:40.040 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:23 ago on Thu 18 Jan 2024 08:12:16 AM UTC. 2024-01-18T08:13:40.065 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:01:32 ago on Thu 18 Jan 2024 08:12:07 AM UTC. 2024-01-18T08:13:41.978 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-01-18T08:13:41.979 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-01-18T08:13:41.979 INFO:teuthology.orchestra.run.smithi187.stdout: Package Architecture Version Repository Size 2024-01-18T08:13:41.979 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-01-18T08:13:41.979 INFO:teuthology.orchestra.run.smithi187.stdout:Resetting modules: 2024-01-18T08:13:41.979 INFO:teuthology.orchestra.run.smithi187.stdout: container-tools 2024-01-18T08:13:41.979 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-18T08:13:41.979 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-01-18T08:13:41.980 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-01-18T08:13:41.980 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-18T08:13:41.983 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-01-18T08:13:41.985 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-01-18T08:13:41.985 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2024-01-18T08:13:41.985 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-01-18T08:13:41.985 INFO:teuthology.orchestra.run.smithi161.stdout:Resetting modules: 2024-01-18T08:13:41.985 INFO:teuthology.orchestra.run.smithi161.stdout: container-tools 2024-01-18T08:13:41.985 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:13:41.985 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-01-18T08:13:41.985 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-01-18T08:13:41.985 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:13:42.235 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-01-18T08:13:42.259 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-01-18T08:13:43.058 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:01:35 ago on Thu 18 Jan 2024 08:12:07 AM UTC. 2024-01-18T08:13:43.079 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:26 ago on Thu 18 Jan 2024 08:12:16 AM UTC. 2024-01-18T08:13:44.990 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-01-18T08:13:44.992 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-01-18T08:13:45.025 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-01-18T08:13:45.025 INFO:teuthology.orchestra.run.smithi187.stdout: Package Arch Version Repository Size 2024-01-18T08:13:45.025 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-01-18T08:13:45.025 INFO:teuthology.orchestra.run.smithi187.stdout:Installing group/module packages: 2024-01-18T08:13:45.025 INFO:teuthology.orchestra.run.smithi187.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-18T08:13:45.025 INFO:teuthology.orchestra.run.smithi187.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-18T08:13:45.025 INFO:teuthology.orchestra.run.smithi187.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-18T08:13:45.025 INFO:teuthology.orchestra.run.smithi187.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-18T08:13:45.025 INFO:teuthology.orchestra.run.smithi187.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-18T08:13:45.026 INFO:teuthology.orchestra.run.smithi187.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-18T08:13:45.026 INFO:teuthology.orchestra.run.smithi187.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-18T08:13:45.026 INFO:teuthology.orchestra.run.smithi187.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-18T08:13:45.026 INFO:teuthology.orchestra.run.smithi187.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-18T08:13:45.026 INFO:teuthology.orchestra.run.smithi187.stdout:Installing dependencies: 2024-01-18T08:13:45.026 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-18T08:13:45.026 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-18T08:13:45.026 INFO:teuthology.orchestra.run.smithi187.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-18T08:13:45.026 INFO:teuthology.orchestra.run.smithi187.stdout:Installing weak dependencies: 2024-01-18T08:13:45.026 INFO:teuthology.orchestra.run.smithi187.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-18T08:13:45.026 INFO:teuthology.orchestra.run.smithi187.stdout:Installing module profiles: 2024-01-18T08:13:45.026 INFO:teuthology.orchestra.run.smithi187.stdout: container-tools/common 2024-01-18T08:13:45.026 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-18T08:13:45.026 INFO:teuthology.orchestra.run.smithi187.stdout:Enabling module streams: 2024-01-18T08:13:45.027 INFO:teuthology.orchestra.run.smithi187.stdout: container-tools rhel8 2024-01-18T08:13:45.027 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-18T08:13:45.027 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-01-18T08:13:45.027 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-01-18T08:13:45.027 INFO:teuthology.orchestra.run.smithi187.stdout:Install 13 Packages 2024-01-18T08:13:45.027 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-18T08:13:45.027 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-01-18T08:13:45.027 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-01-18T08:13:45.028 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-01-18T08:13:45.028 INFO:teuthology.orchestra.run.smithi161.stdout:Installing group/module packages: 2024-01-18T08:13:45.028 INFO:teuthology.orchestra.run.smithi161.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-18T08:13:45.028 INFO:teuthology.orchestra.run.smithi161.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-18T08:13:45.028 INFO:teuthology.orchestra.run.smithi161.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-18T08:13:45.028 INFO:teuthology.orchestra.run.smithi161.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-18T08:13:45.028 INFO:teuthology.orchestra.run.smithi161.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-18T08:13:45.028 INFO:teuthology.orchestra.run.smithi161.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-18T08:13:45.028 INFO:teuthology.orchestra.run.smithi161.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-18T08:13:45.028 INFO:teuthology.orchestra.run.smithi161.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-18T08:13:45.028 INFO:teuthology.orchestra.run.smithi161.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-18T08:13:45.028 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-01-18T08:13:45.028 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-18T08:13:45.028 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-18T08:13:45.029 INFO:teuthology.orchestra.run.smithi161.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-18T08:13:45.029 INFO:teuthology.orchestra.run.smithi161.stdout:Installing weak dependencies: 2024-01-18T08:13:45.029 INFO:teuthology.orchestra.run.smithi161.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-18T08:13:45.029 INFO:teuthology.orchestra.run.smithi161.stdout:Installing module profiles: 2024-01-18T08:13:45.029 INFO:teuthology.orchestra.run.smithi161.stdout: container-tools/common 2024-01-18T08:13:45.029 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:13:45.029 INFO:teuthology.orchestra.run.smithi161.stdout:Enabling module streams: 2024-01-18T08:13:45.029 INFO:teuthology.orchestra.run.smithi161.stdout: container-tools rhel8 2024-01-18T08:13:45.029 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:13:45.029 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-01-18T08:13:45.029 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-01-18T08:13:45.029 INFO:teuthology.orchestra.run.smithi161.stdout:Install 13 Packages 2024-01-18T08:13:45.029 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:13:45.030 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 27 M 2024-01-18T08:13:45.030 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 89 M 2024-01-18T08:13:45.030 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-01-18T08:13:45.030 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 27 M 2024-01-18T08:13:45.030 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 89 M 2024-01-18T08:13:45.031 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-01-18T08:13:45.213 INFO:teuthology.orchestra.run.smithi187.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 5.2 MB/s | 750 kB 00:00 2024-01-18T08:13:45.246 INFO:teuthology.orchestra.run.smithi187.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 5.7 MB/s | 1.0 MB 00:00 2024-01-18T08:13:45.272 INFO:teuthology.orchestra.run.smithi187.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 648 kB/s | 38 kB 00:00 2024-01-18T08:13:45.297 INFO:teuthology.orchestra.run.smithi187.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.7 MB/s | 241 kB 00:00 2024-01-18T08:13:45.347 INFO:teuthology.orchestra.run.smithi187.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.5 MB/s | 178 kB 00:00 2024-01-18T08:13:45.422 INFO:teuthology.orchestra.run.smithi187.stdout:(6/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 26 MB/s | 3.9 MB 00:00 2024-01-18T08:13:45.427 INFO:teuthology.orchestra.run.smithi161.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 3.7 MB/s | 750 kB 00:00 2024-01-18T08:13:45.448 INFO:teuthology.orchestra.run.smithi187.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 247 kB/s | 25 kB 00:00 2024-01-18T08:13:45.460 INFO:teuthology.orchestra.run.smithi161.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 4.4 MB/s | 1.0 MB 00:00 2024-01-18T08:13:45.473 INFO:teuthology.orchestra.run.smithi187.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.8 MB/s | 94 kB 00:00 2024-01-18T08:13:45.486 INFO:teuthology.orchestra.run.smithi161.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 647 kB/s | 38 kB 00:00 2024-01-18T08:13:45.566 INFO:teuthology.orchestra.run.smithi161.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.2 MB/s | 241 kB 00:00 2024-01-18T08:13:45.582 INFO:teuthology.orchestra.run.smithi187.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 19 MB/s | 9.6 MB 00:00 2024-01-18T08:13:45.611 INFO:teuthology.orchestra.run.smithi161.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.9 MB/s | 178 kB 00:00 2024-01-18T08:13:45.657 INFO:teuthology.orchestra.run.smithi187.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 14 MB/s | 2.5 MB 00:00 2024-01-18T08:13:45.661 INFO:teuthology.orchestra.run.smithi161.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 497 kB/s | 25 kB 00:00 2024-01-18T08:13:45.682 INFO:teuthology.orchestra.run.smithi187.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 525 kB/s | 53 kB 00:00 2024-01-18T08:13:45.703 INFO:teuthology.orchestra.run.smithi161.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 2.2 MB/s | 94 kB 00:00 2024-01-18T08:13:45.707 INFO:teuthology.orchestra.run.smithi187.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 820 kB/s | 41 kB 00:00 2024-01-18T08:13:45.825 INFO:teuthology.orchestra.run.smithi187.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 22 MB/s | 8.1 MB 00:00 2024-01-18T08:13:45.825 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-01-18T08:13:45.825 INFO:teuthology.orchestra.run.smithi187.stdout:Total 33 MB/s | 27 MB 00:00 2024-01-18T08:13:45.879 INFO:teuthology.orchestra.run.smithi161.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 10 MB/s | 3.9 MB 00:00 2024-01-18T08:13:45.987 INFO:teuthology.orchestra.run.smithi161.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 13 MB/s | 9.6 MB 00:00 2024-01-18T08:13:46.021 INFO:teuthology.orchestra.run.smithi161.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 1.5 MB/s | 53 kB 00:00 2024-01-18T08:13:46.063 INFO:teuthology.orchestra.run.smithi161.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 986 kB/s | 41 kB 00:00 2024-01-18T08:13:46.087 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-01-18T08:13:46.107 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-01-18T08:13:46.108 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-01-18T08:13:46.121 INFO:teuthology.orchestra.run.smithi161.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 10 MB/s | 2.5 MB 00:00 2024-01-18T08:13:46.280 INFO:teuthology.orchestra.run.smithi161.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 14 MB/s | 8.1 MB 00:00 2024-01-18T08:13:46.280 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-01-18T08:13:46.280 INFO:teuthology.orchestra.run.smithi161.stdout:Total 21 MB/s | 27 MB 00:01 2024-01-18T08:13:46.359 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-01-18T08:13:46.362 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-01-18T08:13:46.544 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-01-18T08:13:46.565 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-01-18T08:13:46.565 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-01-18T08:13:46.846 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-01-18T08:13:46.849 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-01-18T08:13:47.151 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-01-18T08:13:47.387 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-18T08:13:47.549 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-18T08:13:47.575 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-01-18T08:13:47.723 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-18T08:13:47.816 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-18T08:13:47.942 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-18T08:13:48.003 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-18T08:13:48.188 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-18T08:13:48.438 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-18T08:13:48.482 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-18T08:13:49.001 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-18T08:13:49.488 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-18T08:13:49.756 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-18T08:13:49.948 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-18T08:13:50.006 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-18T08:13:50.194 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-18T08:13:50.242 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-18T08:13:50.473 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-18T08:13:50.595 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-18T08:13:50.748 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-18T08:13:51.130 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-18T08:13:51.473 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-18T08:13:51.903 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-18T08:13:52.012 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-18T08:13:52.122 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-18T08:13:52.274 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-18T08:13:52.485 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-18T08:13:52.559 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-18T08:13:52.559 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-18T08:13:52.559 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-18T08:13:52.559 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-18T08:13:52.559 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-18T08:13:52.559 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-18T08:13:52.560 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-18T08:13:52.560 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-18T08:13:52.560 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-18T08:13:52.560 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-18T08:13:52.560 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-18T08:13:52.560 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-18T08:13:52.560 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-18T08:13:52.917 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-18T08:13:52.918 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-18T08:13:52.918 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-18T08:13:52.918 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-18T08:13:52.918 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-18T08:13:52.918 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-18T08:13:52.918 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-18T08:13:52.918 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-18T08:13:52.918 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-18T08:13:52.918 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-18T08:13:52.918 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-18T08:13:52.918 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-18T08:13:52.918 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-18T08:13:53.066 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-18T08:13:53.066 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-18T08:13:53.066 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-01-18T08:13:53.067 INFO:teuthology.orchestra.run.smithi187.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T08:13:53.067 INFO:teuthology.orchestra.run.smithi187.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T08:13:53.067 INFO:teuthology.orchestra.run.smithi187.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-18T08:13:53.067 INFO:teuthology.orchestra.run.smithi187.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-18T08:13:53.067 INFO:teuthology.orchestra.run.smithi187.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T08:13:53.067 INFO:teuthology.orchestra.run.smithi187.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-18T08:13:53.067 INFO:teuthology.orchestra.run.smithi187.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-18T08:13:53.067 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-18T08:13:53.067 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-18T08:13:53.067 INFO:teuthology.orchestra.run.smithi187.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T08:13:53.067 INFO:teuthology.orchestra.run.smithi187.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-18T08:13:53.067 INFO:teuthology.orchestra.run.smithi187.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-18T08:13:53.067 INFO:teuthology.orchestra.run.smithi187.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-18T08:13:53.067 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-18T08:13:53.067 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-01-18T08:13:53.354 DEBUG:teuthology.parallel:result is None 2024-01-18T08:13:53.420 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-18T08:13:53.420 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:13:53.420 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-01-18T08:13:53.420 INFO:teuthology.orchestra.run.smithi161.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T08:13:53.420 INFO:teuthology.orchestra.run.smithi161.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T08:13:53.420 INFO:teuthology.orchestra.run.smithi161.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-18T08:13:53.420 INFO:teuthology.orchestra.run.smithi161.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-18T08:13:53.420 INFO:teuthology.orchestra.run.smithi161.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T08:13:53.421 INFO:teuthology.orchestra.run.smithi161.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-18T08:13:53.421 INFO:teuthology.orchestra.run.smithi161.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-18T08:13:53.421 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-18T08:13:53.421 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-18T08:13:53.421 INFO:teuthology.orchestra.run.smithi161.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T08:13:53.421 INFO:teuthology.orchestra.run.smithi161.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-18T08:13:53.421 INFO:teuthology.orchestra.run.smithi161.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-18T08:13:53.421 INFO:teuthology.orchestra.run.smithi161.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-18T08:13:53.421 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:13:53.421 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-01-18T08:13:53.740 DEBUG:teuthology.parallel:result is None 2024-01-18T08:13:53.740 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-18T08:13:53.753 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-18T08:13:53.753 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-01-18T08:13:53.753 DEBUG:teuthology.orchestra.run.smithi161:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T08:13:53.772 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-01-18T08:13:53.773 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_1 2024-01-18T08:13:53.830 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-18T08:13:53.830 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T08:13:53.830 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 6h/6d Inode: 164054 Links: 1 2024-01-18T08:13:53.831 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T08:13:53.831 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T08:13:53.831 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-01-18 08:13:52.636801676 +0000 2024-01-18T08:13:53.831 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-01-18 08:13:03.225155952 +0000 2024-01-18T08:13:53.831 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-01-18 08:13:03.225155952 +0000 2024-01-18T08:13:53.831 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-01-18T08:13:53.831 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-18T08:13:53.895 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-01-18T08:13:53.895 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-01-18T08:13:53.895 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000216806 s, 2.4 MB/s 2024-01-18T08:13:53.896 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-18T08:13:53.956 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_2 2024-01-18T08:13:54.013 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-18T08:13:54.014 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T08:13:54.014 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 6h/6d Inode: 167204 Links: 1 2024-01-18T08:13:54.014 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T08:13:54.014 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T08:13:54.014 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-01-18 08:13:52.636801676 +0000 2024-01-18T08:13:54.014 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-01-18 08:13:03.562149321 +0000 2024-01-18T08:13:54.014 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-01-18 08:13:03.562149321 +0000 2024-01-18T08:13:54.014 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-01-18T08:13:54.014 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-18T08:13:54.078 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-01-18T08:13:54.079 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-01-18T08:13:54.079 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000213201 s, 2.4 MB/s 2024-01-18T08:13:54.080 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-18T08:13:54.138 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_3 2024-01-18T08:13:54.195 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-18T08:13:54.195 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T08:13:54.195 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 6h/6d Inode: 161243 Links: 1 2024-01-18T08:13:54.195 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T08:13:54.195 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T08:13:54.195 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-01-18 08:13:52.636801676 +0000 2024-01-18T08:13:54.195 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-01-18 08:13:03.901142650 +0000 2024-01-18T08:13:54.195 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-01-18 08:13:03.901142650 +0000 2024-01-18T08:13:54.196 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-01-18T08:13:54.196 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-18T08:13:54.261 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-01-18T08:13:54.261 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-01-18T08:13:54.261 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000179099 s, 2.9 MB/s 2024-01-18T08:13:54.262 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-18T08:13:54.320 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_4 2024-01-18T08:13:54.378 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-18T08:13:54.378 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T08:13:54.378 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 6h/6d Inode: 165284 Links: 1 2024-01-18T08:13:54.378 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T08:13:54.378 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T08:13:54.378 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-01-18 08:13:52.636801676 +0000 2024-01-18T08:13:54.378 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-01-18 08:13:04.240135979 +0000 2024-01-18T08:13:54.378 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-01-18 08:13:04.240135979 +0000 2024-01-18T08:13:54.378 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-01-18T08:13:54.379 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-18T08:13:54.443 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-01-18T08:13:54.443 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-01-18T08:13:54.443 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000258671 s, 2.0 MB/s 2024-01-18T08:13:54.444 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-18T08:13:54.504 DEBUG:teuthology.orchestra.run.smithi161:> 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-01-18T08:13:54.620 INFO:teuthology.orchestra.run.smithi161.stdout:loop 2024-01-18T08:13:54.621 INFO:tasks.nvme_loop:Connecting nvme_loop smithi161:/dev/vg_nvme/lv_1... 2024-01-18T08:13:54.621 DEBUG:teuthology.orchestra.run.smithi161:> 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-01-18T08:13:54.656 INFO:teuthology.orchestra.run.smithi161.stdout:1 2024-01-18T08:13:54.689 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/vg_nvme/lv_11 2024-01-18T08:13:54.727 INFO:tasks.nvme_loop:Connecting nvme_loop smithi161:/dev/vg_nvme/lv_2... 2024-01-18T08:13:54.728 DEBUG:teuthology.orchestra.run.smithi161:> 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-01-18T08:13:54.803 INFO:teuthology.orchestra.run.smithi161.stdout:1 2024-01-18T08:13:54.836 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/vg_nvme/lv_21 2024-01-18T08:13:54.873 INFO:tasks.nvme_loop:Connecting nvme_loop smithi161:/dev/vg_nvme/lv_3... 2024-01-18T08:13:54.873 DEBUG:teuthology.orchestra.run.smithi161:> 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-01-18T08:13:54.948 INFO:teuthology.orchestra.run.smithi161.stdout:1 2024-01-18T08:13:54.980 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/vg_nvme/lv_31 2024-01-18T08:13:55.017 INFO:tasks.nvme_loop:Connecting nvme_loop smithi161:/dev/vg_nvme/lv_4... 2024-01-18T08:13:55.017 DEBUG:teuthology.orchestra.run.smithi161:> 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-01-18T08:13:55.093 INFO:teuthology.orchestra.run.smithi161.stdout:1 2024-01-18T08:13:55.125 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/vg_nvme/lv_41 2024-01-18T08:13:55.162 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-01-18T08:13:55.162 DEBUG:teuthology.orchestra.run.smithi161:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T08:13:55.221 DEBUG:teuthology.orchestra.run.smithi161:> sudo nvme list 2024-01-18T08:13:55.286 INFO:teuthology.orchestra.run.smithi161.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-18T08:13:55.286 INFO:teuthology.orchestra.run.smithi161.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-18T08:13:55.286 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/nvme0n1 CVFT6233001X400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-18T08:13:55.286 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/nvme1n1 519f966258df3f17602f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T08:13:55.286 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/nvme2n1 c9d0f7fdc466bc3ffec8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T08:13:55.286 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/nvme3n1 6e043d2baa65a39f1402 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T08:13:55.286 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/nvme4n1 7cba6be440022a02ddec Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T08:13:55.287 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T08:13:55.287 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-01-18T08:13:55.287 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/scratch_devs 2024-01-18T08:13:55.354 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-18T08:13:55.354 DEBUG:teuthology.orchestra.run.smithi187:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T08:13:55.376 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-01-18T08:13:55.377 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/vg_nvme/lv_1 2024-01-18T08:13:55.436 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-18T08:13:55.437 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T08:13:55.437 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 164292 Links: 1 2024-01-18T08:13:55.437 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T08:13:55.437 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T08:13:55.437 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-01-18 08:13:52.281648083 +0000 2024-01-18T08:13:55.437 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-01-18 08:12:54.764917866 +0000 2024-01-18T08:13:55.437 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-01-18 08:12:54.764917866 +0000 2024-01-18T08:13:55.437 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2024-01-18T08:13:55.437 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-18T08:13:55.505 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-01-18T08:13:55.505 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-01-18T08:13:55.505 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000269042 s, 1.9 MB/s 2024-01-18T08:13:55.506 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-18T08:13:55.567 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/vg_nvme/lv_2 2024-01-18T08:13:55.626 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-18T08:13:55.627 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T08:13:55.627 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 162409 Links: 1 2024-01-18T08:13:55.627 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T08:13:55.627 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T08:13:55.627 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-01-18 08:13:52.281648083 +0000 2024-01-18T08:13:55.627 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-01-18 08:12:55.102912473 +0000 2024-01-18T08:13:55.627 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-01-18 08:12:55.102912473 +0000 2024-01-18T08:13:55.627 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2024-01-18T08:13:55.627 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-18T08:13:55.694 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-01-18T08:13:55.694 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-01-18T08:13:55.694 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000239187 s, 2.1 MB/s 2024-01-18T08:13:55.695 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-18T08:13:55.755 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/vg_nvme/lv_3 2024-01-18T08:13:55.813 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-18T08:13:55.814 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T08:13:55.814 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 157628 Links: 1 2024-01-18T08:13:55.814 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T08:13:55.814 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T08:13:55.814 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-01-18 08:13:52.281648083 +0000 2024-01-18T08:13:55.814 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-01-18 08:12:55.445907001 +0000 2024-01-18T08:13:55.814 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-01-18 08:12:55.445907001 +0000 2024-01-18T08:13:55.814 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2024-01-18T08:13:55.814 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-18T08:13:55.879 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-01-18T08:13:55.879 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-01-18T08:13:55.880 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000185636 s, 2.8 MB/s 2024-01-18T08:13:55.880 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-18T08:13:55.939 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/vg_nvme/lv_4 2024-01-18T08:13:55.997 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-18T08:13:55.997 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T08:13:55.997 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 164493 Links: 1 2024-01-18T08:13:55.997 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T08:13:55.998 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T08:13:55.998 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-01-18 08:13:52.281648083 +0000 2024-01-18T08:13:55.998 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-01-18 08:12:55.783901608 +0000 2024-01-18T08:13:55.998 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-01-18 08:12:55.783901608 +0000 2024-01-18T08:13:55.998 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2024-01-18T08:13:55.998 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-18T08:13:56.063 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-01-18T08:13:56.063 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-01-18T08:13:56.063 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000233592 s, 2.2 MB/s 2024-01-18T08:13:56.064 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-18T08:13:56.123 DEBUG:teuthology.orchestra.run.smithi187:> 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-01-18T08:13:56.260 INFO:teuthology.orchestra.run.smithi187.stdout:loop 2024-01-18T08:13:56.261 INFO:tasks.nvme_loop:Connecting nvme_loop smithi187:/dev/vg_nvme/lv_1... 2024-01-18T08:13:56.262 DEBUG:teuthology.orchestra.run.smithi187:> 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-01-18T08:13:56.296 INFO:teuthology.orchestra.run.smithi187.stdout:1 2024-01-18T08:13:56.329 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/vg_nvme/lv_11 2024-01-18T08:13:56.367 INFO:tasks.nvme_loop:Connecting nvme_loop smithi187:/dev/vg_nvme/lv_2... 2024-01-18T08:13:56.368 DEBUG:teuthology.orchestra.run.smithi187:> 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-01-18T08:13:56.443 INFO:teuthology.orchestra.run.smithi187.stdout:1 2024-01-18T08:13:56.476 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/vg_nvme/lv_21 2024-01-18T08:13:56.513 INFO:tasks.nvme_loop:Connecting nvme_loop smithi187:/dev/vg_nvme/lv_3... 2024-01-18T08:13:56.513 DEBUG:teuthology.orchestra.run.smithi187:> 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-01-18T08:13:56.588 INFO:teuthology.orchestra.run.smithi187.stdout:1 2024-01-18T08:13:56.621 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/vg_nvme/lv_31 2024-01-18T08:13:56.658 INFO:tasks.nvme_loop:Connecting nvme_loop smithi187:/dev/vg_nvme/lv_4... 2024-01-18T08:13:56.658 DEBUG:teuthology.orchestra.run.smithi187:> 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-01-18T08:13:56.731 INFO:teuthology.orchestra.run.smithi187.stdout:1 2024-01-18T08:13:56.764 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/vg_nvme/lv_41 2024-01-18T08:13:56.801 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-18T08:13:56.801 DEBUG:teuthology.orchestra.run.smithi187:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T08:13:56.859 DEBUG:teuthology.orchestra.run.smithi187:> sudo nvme list 2024-01-18T08:13:56.925 INFO:teuthology.orchestra.run.smithi187.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-18T08:13:56.926 INFO:teuthology.orchestra.run.smithi187.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-18T08:13:56.926 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/nvme0n1 PHFT620500MW400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-18T08:13:56.926 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/nvme1n1 e45631a7af98aaef00d1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T08:13:56.926 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/nvme2n1 f82443e475c2767e9396 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T08:13:56.926 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/nvme3n1 f7fc87d9d89da81e3f33 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T08:13:56.926 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/nvme4n1 f9853daf3f92ef9ec82f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T08:13:56.927 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T08:13:56.927 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-18T08:13:56.927 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/scratch_devs 2024-01-18T08:13:56.993 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-18T08:13:57.061 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': '491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0'} 2024-01-18T08:13:57.061 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T08:13:57.062 INFO:tasks.cephadm:Cluster fsid is 86e30340-b5d9-11ee-95ae-87774f69a715 2024-01-18T08:13:57.062 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-18T08:13:57.062 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-18T08:13:57.062 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi161': '172.21.15.161', 'mon.smithi187': '172.21.15.187'} 2024-01-18T08:13:57.062 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-18T08:13:57.062 DEBUG:teuthology.orchestra.run.smithi161:> sudo hostname $(hostname -s) 2024-01-18T08:13:57.095 DEBUG:teuthology.orchestra.run.smithi187:> sudo hostname $(hostname -s) 2024-01-18T08:13:57.122 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0)... 2024-01-18T08:13:57.122 DEBUG:teuthology.orchestra.run.smithi161:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-18T08:13:57.370 INFO:teuthology.orchestra.run.smithi161.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 18 08:13 /home/ubuntu/cephtest/cephadm 2024-01-18T08:13:57.370 DEBUG:teuthology.orchestra.run.smithi187:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-18T08:13:57.504 INFO:teuthology.orchestra.run.smithi187.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 18 08:13 /home/ubuntu/cephtest/cephadm 2024-01-18T08:13:57.505 DEBUG:teuthology.orchestra.run.smithi161:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-18T08:13:57.527 DEBUG:teuthology.orchestra.run.smithi187:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-18T08:13:57.555 DEBUG:teuthology.orchestra.run.smithi161:> sudo mkdir -p /etc/ceph 2024-01-18T08:13:57.598 DEBUG:teuthology.orchestra.run.smithi187:> sudo mkdir -p /etc/ceph 2024-01-18T08:13:57.625 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 777 /etc/ceph 2024-01-18T08:13:57.670 DEBUG:teuthology.orchestra.run.smithi187:> sudo chmod 777 /etc/ceph 2024-01-18T08:13:57.696 INFO:tasks.cephadm:Writing seed config... 2024-01-18T08:13:57.697 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-18T08:13:57.697 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-18T08:13:57.697 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-18T08:13:57.697 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-18T08:13:57.697 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-18T08:13:57.697 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-18T08:13:57.697 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-18T08:13:57.697 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-18T08:13:57.698 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-01-18T08:13:57.698 DEBUG:teuthology.orchestra.run.smithi161:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-18T08:13:57.729 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 86e30340-b5d9-11ee-95ae-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-01-18T08:13:57.730 DEBUG:teuthology.orchestra.run.smithi161:mon.smithi161> sudo journalctl -f -n 0 -u ceph-86e30340-b5d9-11ee-95ae-87774f69a715@mon.smithi161.service 2024-01-18T08:13:57.772 INFO:tasks.cephadm:Bootstrapping... 2024-01-18T08:13:57.772 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -v bootstrap --fsid 86e30340-b5d9-11ee-95ae-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.161 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-18T08:13:57.801 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:-- Logs begin at Thu 2024-01-18 08:06:49 UTC. -- 2024-01-18T08:13:58.048 INFO:teuthology.orchestra.run.smithi161.stderr:-------------------------------------------------------------------------------- 2024-01-18T08:13:58.048 INFO:teuthology.orchestra.run.smithi161.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0', '-v', 'bootstrap', '--fsid', '86e30340-b5d9-11ee-95ae-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.161', '--skip-admin-label'] 2024-01-18T08:13:59.588 INFO:teuthology.orchestra.run.smithi161.stderr:/bin/podman: 4.6.1 2024-01-18T08:13:59.599 INFO:teuthology.orchestra.run.smithi161.stderr:Verifying podman|docker is present... 2024-01-18T08:13:59.622 INFO:teuthology.orchestra.run.smithi161.stderr:/bin/podman: 4.6.1 2024-01-18T08:13:59.632 INFO:teuthology.orchestra.run.smithi161.stderr:Verifying lvm2 is present... 2024-01-18T08:13:59.632 INFO:teuthology.orchestra.run.smithi161.stderr:Verifying time synchronization is in place... 2024-01-18T08:13:59.639 INFO:teuthology.orchestra.run.smithi161.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-18T08:13:59.646 INFO:teuthology.orchestra.run.smithi161.stderr:systemctl: inactive 2024-01-18T08:13:59.653 INFO:teuthology.orchestra.run.smithi161.stderr:systemctl: enabled 2024-01-18T08:13:59.659 INFO:teuthology.orchestra.run.smithi161.stderr:systemctl: active 2024-01-18T08:13:59.659 INFO:teuthology.orchestra.run.smithi161.stderr:Unit chronyd.service is enabled and running 2024-01-18T08:13:59.659 INFO:teuthology.orchestra.run.smithi161.stderr:Repeating the final host check... 2024-01-18T08:13:59.680 INFO:teuthology.orchestra.run.smithi161.stderr:/bin/podman: 4.6.1 2024-01-18T08:13:59.696 INFO:teuthology.orchestra.run.smithi161.stderr:podman (/bin/podman) version 4.6.1 is present 2024-01-18T08:13:59.697 INFO:teuthology.orchestra.run.smithi161.stderr:systemctl is present 2024-01-18T08:13:59.697 INFO:teuthology.orchestra.run.smithi161.stderr:lvcreate is present 2024-01-18T08:13:59.702 INFO:teuthology.orchestra.run.smithi161.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-18T08:13:59.708 INFO:teuthology.orchestra.run.smithi161.stderr:systemctl: inactive 2024-01-18T08:13:59.714 INFO:teuthology.orchestra.run.smithi161.stderr:systemctl: enabled 2024-01-18T08:13:59.720 INFO:teuthology.orchestra.run.smithi161.stderr:systemctl: active 2024-01-18T08:13:59.721 INFO:teuthology.orchestra.run.smithi161.stderr:Unit chronyd.service is enabled and running 2024-01-18T08:13:59.721 INFO:teuthology.orchestra.run.smithi161.stderr:Host looks OK 2024-01-18T08:13:59.721 INFO:teuthology.orchestra.run.smithi161.stderr:Cluster fsid: 86e30340-b5d9-11ee-95ae-87774f69a715 2024-01-18T08:13:59.721 INFO:teuthology.orchestra.run.smithi161.stderr:Acquiring lock 140318484042136 on /run/cephadm/86e30340-b5d9-11ee-95ae-87774f69a715.lock 2024-01-18T08:13:59.722 INFO:teuthology.orchestra.run.smithi161.stderr:Lock 140318484042136 acquired on /run/cephadm/86e30340-b5d9-11ee-95ae-87774f69a715.lock 2024-01-18T08:13:59.722 INFO:teuthology.orchestra.run.smithi161.stderr:Verifying IP 172.21.15.161 port 3300 ... 2024-01-18T08:13:59.722 INFO:teuthology.orchestra.run.smithi161.stderr:Verifying IP 172.21.15.161 port 6789 ... 2024-01-18T08:13:59.722 INFO:teuthology.orchestra.run.smithi161.stderr:Base mon IP(s) is [172.21.15.161:3300, 172.21.15.161:6789], mon addrv is [v2:172.21.15.161:3300,v1:172.21.15.161:6789] 2024-01-18T08:13:59.725 INFO:teuthology.orchestra.run.smithi161.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.161 metric 100 2024-01-18T08:13:59.725 INFO:teuthology.orchestra.run.smithi161.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.161 metric 100 2024-01-18T08:13:59.728 INFO:teuthology.orchestra.run.smithi161.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-18T08:13:59.729 INFO:teuthology.orchestra.run.smithi161.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-18T08:13:59.729 INFO:teuthology.orchestra.run.smithi161.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1796sec hoplimit 64 pref medium 2024-01-18T08:13:59.731 INFO:teuthology.orchestra.run.smithi161.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-18T08:13:59.731 INFO:teuthology.orchestra.run.smithi161.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-18T08:13:59.731 INFO:teuthology.orchestra.run.smithi161.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-18T08:13:59.731 INFO:teuthology.orchestra.run.smithi161.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-18T08:13:59.732 INFO:teuthology.orchestra.run.smithi161.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:7251/64 scope link 2024-01-18T08:13:59.732 INFO:teuthology.orchestra.run.smithi161.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-18T08:13:59.732 INFO:teuthology.orchestra.run.smithi161.stderr:Mon IP `172.21.15.161` is in CIDR network `172.21.0.0/20` 2024-01-18T08:13:59.732 INFO:teuthology.orchestra.run.smithi161.stderr:Mon IP `172.21.15.161` is in CIDR network `172.21.0.0/20` 2024-01-18T08:13:59.732 INFO:teuthology.orchestra.run.smithi161.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-01-18T08:13:59.733 INFO:teuthology.orchestra.run.smithi161.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-18T08:13:59.734 INFO:teuthology.orchestra.run.smithi161.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0... 2024-01-18T08:13:59.849 INFO:teuthology.orchestra.run.smithi161.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0... 2024-01-18T08:13:59.929 INFO:teuthology.orchestra.run.smithi161.stderr:/bin/podman: Getting image source signatures 2024-01-18T08:13:59.939 INFO:teuthology.orchestra.run.smithi161.stderr:/bin/podman: Copying blob sha256:ecb73f1b33ca5c765d8e24628c1c6a399b04e14616899db57d68ae7d4430a2ee 2024-01-18T08:13:59.939 INFO:teuthology.orchestra.run.smithi161.stderr:/bin/podman: Copying blob sha256:5e626d36ac4f1d45a236dbd8432cdc26ef94c9815bb3ef5d8419bd9e76267eb6 2024-01-18T08:14:25.756 INFO:teuthology.orchestra.run.smithi161.stderr:/bin/podman: Copying config sha256:5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09 2024-01-18T08:14:25.846 INFO:teuthology.orchestra.run.smithi161.stderr:/bin/podman: Writing manifest to image destination 2024-01-18T08:14:26.138 INFO:teuthology.orchestra.run.smithi161.stderr:/bin/podman: 5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09 2024-01-18T08:14:26.696 INFO:teuthology.orchestra.run.smithi161.stderr:ceph: ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable) 2024-01-18T08:14:27.004 INFO:teuthology.orchestra.run.smithi161.stderr:Ceph version: ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable) 2024-01-18T08:14:27.004 INFO:teuthology.orchestra.run.smithi161.stderr:Extracting ceph user uid/gid from container image... 2024-01-18T08:14:27.258 INFO:teuthology.orchestra.run.smithi161.stderr:stat: 167 167 2024-01-18T08:14:27.593 INFO:teuthology.orchestra.run.smithi161.stderr:Creating initial keys... 2024-01-18T08:14:27.841 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-authtool: AQDj3ahlZzwlMRAA+dumDhSJhvzKhPzCiBFgMQ== 2024-01-18T08:14:28.474 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-authtool: AQDk3ahlHsxqGxAA50rJthw4p1WKUFoeiQY9Xg== 2024-01-18T08:14:29.082 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-authtool: AQDl3ahlK0Z3AxAAUYW5k7Qk8xK0k6NDwdtz7w== 2024-01-18T08:14:29.401 INFO:teuthology.orchestra.run.smithi161.stderr:Creating initial monmap... 2024-01-18T08:14:29.674 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-18T08:14:29.675 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 86e30340-b5d9-11ee-95ae-87774f69a715 2024-01-18T08:14:29.675 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-18T08:14:30.009 INFO:teuthology.orchestra.run.smithi161.stderr:monmaptool for smithi161 [v2:172.21.15.161:3300,v1:172.21.15.161:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-18T08:14:30.110 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/monmaptool: set fsid to 86e30340-b5d9-11ee-95ae-87774f69a715 2024-01-18T08:14:30.110 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-18T08:14:30.110 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-01-18T08:14:30.110 INFO:teuthology.orchestra.run.smithi161.stderr:Creating mon... 2024-01-18T08:14:30.308 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.265+0000 7f2b861f9880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T08:14:30.309 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.265+0000 7f2b861f9880 1 imported monmap: 2024-01-18T08:14:30.309 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-18T08:14:30.309 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: fsid 86e30340-b5d9-11ee-95ae-87774f69a715 2024-01-18T08:14:30.309 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: last_changed 2024-01-18T08:14:29.665485+0000 2024-01-18T08:14:30.309 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: created 2024-01-18T08:14:29.665485+0000 2024-01-18T08:14:30.309 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-18T08:14:30.309 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-18T08:14:30.309 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.smithi161 2024-01-18T08:14:30.309 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: 2024-01-18T08:14:30.309 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.265+0000 7f2b861f9880 0 /usr/bin/ceph-mon: set fsid to 86e30340-b5d9-11ee-95ae-87774f69a715 2024-01-18T08:14:30.309 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T08:14:30.310 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: 2024-01-18T08:14:30.310 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T08:14:30.310 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Compile date Jan 17 2024 2024-01-18T08:14:30.310 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: DB SUMMARY 2024-01-18T08:14:30.310 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: 2024-01-18T08:14:30.310 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi161/store.db dir, Total Num: 0, files: 2024-01-18T08:14:30.310 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: 2024-01-18T08:14:30.310 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi161/store.db: 2024-01-18T08:14:30.310 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: 2024-01-18T08:14:30.310 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.error_if_exists: 0 2024-01-18T08:14:30.310 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.create_if_missing: 1 2024-01-18T08:14:30.310 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T08:14:30.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.env: 0x5644a3a83080 2024-01-18T08:14:30.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.fs: Posix File System 2024-01-18T08:14:30.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.info_log: 0x5644a4627380 2024-01-18T08:14:30.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T08:14:30.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.statistics: (nil) 2024-01-18T08:14:30.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.use_fsync: 0 2024-01-18T08:14:30.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T08:14:30.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T08:14:30.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T08:14:30.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T08:14:30.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T08:14:30.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T08:14:30.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T08:14:30.312 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T08:14:30.312 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T08:14:30.312 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T08:14:30.312 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T08:14:30.312 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.db_log_dir: 2024-01-18T08:14:30.312 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi161/store.db 2024-01-18T08:14:30.312 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T08:14:30.312 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T08:14:30.312 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T08:14:30.312 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T08:14:30.312 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T08:14:30.313 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T08:14:30.313 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T08:14:30.313 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T08:14:30.313 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T08:14:30.313 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T08:14:30.313 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.write_buffer_manager: 0x5644a462d980 2024-01-18T08:14:30.313 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T08:14:30.313 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T08:14:30.313 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T08:14:30.313 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T08:14:30.313 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T08:14:30.314 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T08:14:30.314 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T08:14:30.314 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T08:14:30.314 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T08:14:30.314 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.unordered_write: 0 2024-01-18T08:14:30.314 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T08:14:30.314 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T08:14:30.314 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T08:14:30.314 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T08:14:30.314 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.row_cache: None 2024-01-18T08:14:30.314 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.wal_filter: None 2024-01-18T08:14:30.315 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T08:14:30.315 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T08:14:30.315 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T08:14:30.315 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.two_write_queues: 0 2024-01-18T08:14:30.315 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T08:14:30.315 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.atomic_flush: 0 2024-01-18T08:14:30.315 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T08:14:30.315 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T08:14:30.315 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T08:14:30.315 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T08:14:30.315 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T08:14:30.316 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T08:14:30.316 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T08:14:30.316 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T08:14:30.316 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T08:14:30.316 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T08:14:30.316 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T08:14:30.316 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T08:14:30.316 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T08:14:30.316 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T08:14:30.316 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T08:14:30.316 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.max_open_files: -1 2024-01-18T08:14:30.317 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T08:14:30.317 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T08:14:30.317 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T08:14:30.317 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T08:14:30.317 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Compression algorithms supported: 2024-01-18T08:14:30.317 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T08:14:30.317 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: kZSTD supported: 0 2024-01-18T08:14:30.317 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: kXpressCompression supported: 0 2024-01-18T08:14:30.317 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T08:14:30.317 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T08:14:30.317 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T08:14:30.317 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: kZlibCompression supported: 1 2024-01-18T08:14:30.317 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T08:14:30.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T08:14:30.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.266+0000 7f2b861f9880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-18T08:14:30.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: 2024-01-18T08:14:30.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi161/store.db/MANIFEST-000001 2024-01-18T08:14:30.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: 2024-01-18T08:14:30.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T08:14:30.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: 2024-01-18T08:14:30.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T08:14:30.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.merge_operator: 2024-01-18T08:14:30.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.compaction_filter: None 2024-01-18T08:14:30.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T08:14:30.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T08:14:30.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T08:14:30.319 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5644a453dd30) 2024-01-18T08:14:30.319 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-18T08:14:30.319 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T08:14:30.319 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T08:14:30.319 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-18T08:14:30.319 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-18T08:14:30.319 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-18T08:14:30.319 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-18T08:14:30.319 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-18T08:14:30.319 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-18T08:14:30.319 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-18T08:14:30.319 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-18T08:14:30.319 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: block_cache: 0x5644a4572d10 2024-01-18T08:14:30.319 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-18T08:14:30.320 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-18T08:14:30.320 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-18T08:14:30.320 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-18T08:14:30.320 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-18T08:14:30.320 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-18T08:14:30.320 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-18T08:14:30.320 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-18T08:14:30.320 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-18T08:14:30.320 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-18T08:14:30.320 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-18T08:14:30.320 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-18T08:14:30.320 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-18T08:14:30.321 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-18T08:14:30.321 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-18T08:14:30.321 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T08:14:30.321 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-18T08:14:30.321 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-18T08:14:30.321 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-18T08:14:30.321 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-18T08:14:30.321 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-18T08:14:30.321 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-18T08:14:30.321 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: 2024-01-18T08:14:30.321 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T08:14:30.321 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T08:14:30.321 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.compression: NoCompression 2024-01-18T08:14:30.322 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T08:14:30.322 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T08:14:30.322 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T08:14:30.322 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.num_levels: 7 2024-01-18T08:14:30.322 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T08:14:30.322 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T08:14:30.322 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T08:14:30.322 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T08:14:30.322 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T08:14:30.322 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T08:14:30.322 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T08:14:30.322 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T08:14:30.322 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T08:14:30.323 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T08:14:30.323 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T08:14:30.323 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T08:14:30.323 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T08:14:30.323 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T08:14:30.323 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T08:14:30.323 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T08:14:30.323 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T08:14:30.323 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T08:14:30.323 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T08:14:30.323 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T08:14:30.323 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T08:14:30.324 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T08:14:30.324 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T08:14:30.324 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T08:14:30.324 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T08:14:30.324 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T08:14:30.324 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T08:14:30.324 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T08:14:30.324 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T08:14:30.324 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T08:14:30.324 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T08:14:30.324 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T08:14:30.324 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T08:14:30.325 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T08:14:30.325 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T08:14:30.325 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T08:14:30.325 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T08:14:30.325 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T08:14:30.325 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T08:14:30.325 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T08:14:30.325 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T08:14:30.325 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T08:14:30.325 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T08:14:30.325 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T08:14:30.325 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T08:14:30.325 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T08:14:30.326 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T08:14:30.326 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.table_properties_collectors: 2024-01-18T08:14:30.326 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T08:14:30.326 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T08:14:30.326 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T08:14:30.326 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T08:14:30.326 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T08:14:30.326 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.bloom_locality: 0 2024-01-18T08:14:30.326 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T08:14:30.326 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T08:14:30.326 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T08:14:30.326 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T08:14:30.327 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T08:14:30.327 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.ttl: 2592000 2024-01-18T08:14:30.327 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T08:14:30.327 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi161/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-01-18T08:14:30.327 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: 2024-01-18T08:14:30.327 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.267+0000 7f2b861f9880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-18T08:14:30.327 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: 2024-01-18T08:14:30.327 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.270+0000 7f2b861f9880 4 rocksdb: DB pointer 0x5644a463b800 2024-01-18T08:14:30.327 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.270+0000 7f2b6f06d700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T08:14:30.327 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.270+0000 7f2b6f06d700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T08:14:30.327 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-18T08:14:30.327 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T08:14:30.328 INFO:teuthology.orchestra.run.smithi161.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-01-18T08:14:30.328 INFO:teuthology.orchestra.run.smithi161.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-01-18T08:14:30.328 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T08:14:30.328 INFO:teuthology.orchestra.run.smithi161.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-01-18T08:14:30.328 INFO:teuthology.orchestra.run.smithi161.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-01-18T08:14:30.328 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T08:14:30.328 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: 2024-01-18T08:14:30.328 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T08:14:30.328 INFO:teuthology.orchestra.run.smithi161.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-01-18T08:14:30.328 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T08:14:30.328 INFO:teuthology.orchestra.run.smithi161.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-01-18T08:14:30.328 INFO:teuthology.orchestra.run.smithi161.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-01-18T08:14:30.328 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: 2024-01-18T08:14:30.329 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T08:14:30.329 INFO:teuthology.orchestra.run.smithi161.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-01-18T08:14:30.329 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T08:14:30.329 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T08:14:30.329 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T08:14:30.329 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T08:14:30.329 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T08:14:30.329 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T08:14:30.329 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-18T08:14:30.329 INFO:teuthology.orchestra.run.smithi161.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-01-18T08:14:30.329 INFO:teuthology.orchestra.run.smithi161.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-01-18T08:14:30.330 INFO:teuthology.orchestra.run.smithi161.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-01-18T08:14:30.330 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: 2024-01-18T08:14:30.330 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-18T08:14:30.330 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: 2024-01-18T08:14:30.330 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T08:14:30.330 INFO:teuthology.orchestra.run.smithi161.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-01-18T08:14:30.330 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T08:14:30.330 INFO:teuthology.orchestra.run.smithi161.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-01-18T08:14:30.330 INFO:teuthology.orchestra.run.smithi161.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-01-18T08:14:30.330 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: 2024-01-18T08:14:30.330 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T08:14:30.330 INFO:teuthology.orchestra.run.smithi161.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-01-18T08:14:30.330 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T08:14:30.331 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T08:14:30.331 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T08:14:30.331 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T08:14:30.331 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T08:14:30.331 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T08:14:30.331 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-18T08:14:30.331 INFO:teuthology.orchestra.run.smithi161.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-01-18T08:14:30.331 INFO:teuthology.orchestra.run.smithi161.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-01-18T08:14:30.331 INFO:teuthology.orchestra.run.smithi161.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-01-18T08:14:30.331 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: 2024-01-18T08:14:30.331 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-18T08:14:30.331 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: 2024-01-18T08:14:30.332 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.271+0000 7f2b861f9880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-18T08:14:30.332 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.271+0000 7f2b861f9880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-18T08:14:30.332 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph-mon: debug 2024-01-18T08:14:30.271+0000 7f2b861f9880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi161 for mon.smithi161 2024-01-18T08:14:31.013 INFO:teuthology.orchestra.run.smithi161.stderr:create mon.smithi161 on 2024-01-18T08:14:31.118 INFO:teuthology.orchestra.run.smithi161.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-18T08:14:31.213 INFO:teuthology.orchestra.run.smithi161.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-86e30340-b5d9-11ee-95ae-87774f69a715.target → /etc/systemd/system/ceph-86e30340-b5d9-11ee-95ae-87774f69a715.target. 2024-01-18T08:14:31.213 INFO:teuthology.orchestra.run.smithi161.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-86e30340-b5d9-11ee-95ae-87774f69a715.target → /etc/systemd/system/ceph-86e30340-b5d9-11ee-95ae-87774f69a715.target. 2024-01-18T08:14:31.421 INFO:teuthology.orchestra.run.smithi161.stderr:systemctl: Failed to reset failed state of unit ceph-86e30340-b5d9-11ee-95ae-87774f69a715@mon.smithi161.service: Unit ceph-86e30340-b5d9-11ee-95ae-87774f69a715@mon.smithi161.service not loaded. 2024-01-18T08:14:31.427 INFO:teuthology.orchestra.run.smithi161.stderr:systemctl: Created symlink /etc/systemd/system/ceph-86e30340-b5d9-11ee-95ae-87774f69a715.target.wants/ceph-86e30340-b5d9-11ee-95ae-87774f69a715@mon.smithi161.service → /etc/systemd/system/ceph-86e30340-b5d9-11ee-95ae-87774f69a715@.service. 2024-01-18T08:14:31.904 INFO:teuthology.orchestra.run.smithi161.stderr:systemctl: disabled 2024-01-18T08:14:31.911 INFO:teuthology.orchestra.run.smithi161.stderr:systemctl: inactive 2024-01-18T08:14:31.911 INFO:teuthology.orchestra.run.smithi161.stderr:firewalld.service is not enabled 2024-01-18T08:14:31.911 INFO:teuthology.orchestra.run.smithi161.stderr:Not possible to enable service . firewalld.service is not available 2024-01-18T08:14:31.912 INFO:teuthology.orchestra.run.smithi161.stderr:Waiting for mon to start... 2024-01-18T08:14:31.912 INFO:teuthology.orchestra.run.smithi161.stderr:Waiting for mon... 2024-01-18T08:14:32.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[34727]: cluster 2024-01-18T08:14:31.911154+0000 mon.smithi161 (mon.0) 1 : cluster [INF] mon.smithi161 is new leader, mons smithi161 in quorum (ranks 0) 2024-01-18T08:14:32.346 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: cluster: 2024-01-18T08:14:32.346 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: id: 86e30340-b5d9-11ee-95ae-87774f69a715 2024-01-18T08:14:32.346 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-18T08:14:32.346 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: 2024-01-18T08:14:32.347 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: services: 2024-01-18T08:14:32.347 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi161 (age 0.410876s) 2024-01-18T08:14:32.347 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-18T08:14:32.347 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-18T08:14:32.347 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: 2024-01-18T08:14:32.347 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: data: 2024-01-18T08:14:32.347 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-18T08:14:32.347 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-18T08:14:32.347 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-18T08:14:32.347 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: pgs: 2024-01-18T08:14:32.347 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: 2024-01-18T08:14:32.718 INFO:teuthology.orchestra.run.smithi161.stderr:mon is available 2024-01-18T08:14:32.718 INFO:teuthology.orchestra.run.smithi161.stderr:Assimilating anything we can from ceph.conf... 2024-01-18T08:14:33.169 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: 2024-01-18T08:14:33.169 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: [global] 2024-01-18T08:14:33.169 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: fsid = 86e30340-b5d9-11ee-95ae-87774f69a715 2024-01-18T08:14:33.169 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.161:3300,v1:172.21.15.161:6789] 2024-01-18T08:14:33.169 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-18T08:14:33.169 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-18T08:14:33.169 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-18T08:14:33.169 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-18T08:14:33.169 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: 2024-01-18T08:14:33.169 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: [mgr] 2024-01-18T08:14:33.170 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-18T08:14:33.170 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: 2024-01-18T08:14:33.170 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: [osd] 2024-01-18T08:14:33.170 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-18T08:14:33.170 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-18T08:14:33.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[34727]: cluster 2024-01-18T08:14:31.933968+0000 mon.smithi161 (mon.0) 2 : cluster [INF] mon.smithi161 is new leader, mons smithi161 in quorum (ranks 0) 2024-01-18T08:14:33.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[34727]: cluster 2024-01-18T08:14:31.934261+0000 mon.smithi161 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi161=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0]} removed_ranks: {} 2024-01-18T08:14:33.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[34727]: cluster 2024-01-18T08:14:31.948900+0000 mon.smithi161 (mon.0) 4 : cluster [DBG] fsmap 2024-01-18T08:14:33.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[34727]: cluster 2024-01-18T08:14:31.952349+0000 mon.smithi161 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-18T08:14:33.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[34727]: cluster 2024-01-18T08:14:31.952866+0000 mon.smithi161 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-18T08:14:33.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[34727]: audit 2024-01-18T08:14:32.344794+0000 mon.smithi161 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.161:0/2677405039' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-18T08:14:33.509 INFO:teuthology.orchestra.run.smithi161.stderr:Generating new minimal ceph.conf... 2024-01-18T08:14:34.195 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[34727]: audit 2024-01-18T08:14:33.163876+0000 mon.smithi161 (mon.0) 8 : audit [INF] from='client.? 172.21.15.161:0/2588602583' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-18T08:14:34.195 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[34727]: audit 2024-01-18T08:14:33.167184+0000 mon.smithi161 (mon.0) 9 : audit [INF] from='client.? 172.21.15.161:0/2588602583' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-18T08:14:34.195 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[34727]: audit 2024-01-18T08:14:33.891401+0000 mon.smithi161 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.161:0/3546682417' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:14:34.226 INFO:teuthology.orchestra.run.smithi161.stderr:Restarting the monitor... 2024-01-18T08:14:34.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:34 smithi161 systemd[1]: Stopping Ceph mon.smithi161 for 86e30340-b5d9-11ee-95ae-87774f69a715... 2024-01-18T08:14:34.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:34 smithi161 bash[35058]: Error: no container with name or ID "ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon.smithi161" found: no such container 2024-01-18T08:14:34.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[34727]: debug 2024-01-18T08:14:34.419+0000 7fdef157b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi161 -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-01-18T08:14:34.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[34727]: debug 2024-01-18T08:14:34.419+0000 7fdef157b700 -1 mon.smithi161@0(leader) e1 *** Got Signal Terminated *** 2024-01-18T08:14:34.961 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:34 smithi161 bash[35096]: ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161 2024-01-18T08:14:35.258 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:34 smithi161 systemd[1]: ceph-86e30340-b5d9-11ee-95ae-87774f69a715@mon.smithi161.service: Succeeded. 2024-01-18T08:14:35.258 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:34 smithi161 systemd[1]: Stopped Ceph mon.smithi161 for 86e30340-b5d9-11ee-95ae-87774f69a715. 2024-01-18T08:14:35.259 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:34 smithi161 systemd[1]: Starting Ceph mon.smithi161 for 86e30340-b5d9-11ee-95ae-87774f69a715... 2024-01-18T08:14:35.336 INFO:teuthology.orchestra.run.smithi161.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-01-18T08:14:35.782 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.324+0000 7fd39994a880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T08:14:35.782 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.324+0000 7fd39994a880 0 ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable), process ceph-mon, pid 7 2024-01-18T08:14:35.782 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.324+0000 7fd39994a880 0 pidfile_write: ignore empty --pid-file 2024-01-18T08:14:35.782 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.328+0000 7fd39994a880 0 load: jerasure load: lrc load: isa 2024-01-18T08:14:35.782 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T08:14:35.782 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 2024-01-18T08:14:35.783 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T08:14:35.783 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Compile date Jan 17 2024 2024-01-18T08:14:35.783 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: DB SUMMARY 2024-01-18T08:14:35.783 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 2024-01-18T08:14:35.783 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: CURRENT file: CURRENT 2024-01-18T08:14:35.783 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 2024-01-18T08:14:35.783 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-18T08:14:35.783 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 2024-01-18T08:14:35.783 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-18T08:14:35.783 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 2024-01-18T08:14:35.783 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi161/store.db dir, Total Num: 1, files: 000004.sst 2024-01-18T08:14:35.783 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 2024-01-18T08:14:35.783 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi161/store.db: 000006.log size: 81734 ; 2024-01-18T08:14:35.783 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 2024-01-18T08:14:35.784 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.error_if_exists: 0 2024-01-18T08:14:35.784 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.create_if_missing: 0 2024-01-18T08:14:35.784 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T08:14:35.784 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.env: 0x555dce3db080 2024-01-18T08:14:35.784 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.fs: Posix File System 2024-01-18T08:14:35.784 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.info_log: 0x555dd06a9d20 2024-01-18T08:14:35.784 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 bash[35216]: 6c16364e4f550da87052a887e8b21db6a97fb2dcc65ef04923601050698aa7e5 2024-01-18T08:14:35.784 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T08:14:35.784 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.statistics: (nil) 2024-01-18T08:14:35.784 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.use_fsync: 0 2024-01-18T08:14:35.784 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T08:14:35.784 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T08:14:35.784 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T08:14:35.784 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T08:14:35.784 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T08:14:35.785 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T08:14:35.785 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T08:14:35.785 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T08:14:35.785 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T08:14:35.785 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T08:14:35.785 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T08:14:35.785 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.db_log_dir: 2024-01-18T08:14:35.785 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi161/store.db 2024-01-18T08:14:35.785 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T08:14:35.785 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T08:14:35.785 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T08:14:35.785 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T08:14:35.785 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T08:14:35.785 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T08:14:35.786 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T08:14:35.786 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T08:14:35.786 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T08:14:35.786 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T08:14:35.786 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.write_buffer_manager: 0x555dd13a6420 2024-01-18T08:14:35.786 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T08:14:35.786 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T08:14:35.786 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T08:14:35.786 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T08:14:35.786 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T08:14:35.786 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T08:14:35.786 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T08:14:35.786 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T08:14:35.786 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T08:14:35.786 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.unordered_write: 0 2024-01-18T08:14:35.787 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T08:14:35.787 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T08:14:35.787 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T08:14:35.787 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T08:14:35.787 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.row_cache: None 2024-01-18T08:14:35.787 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.wal_filter: None 2024-01-18T08:14:35.787 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T08:14:35.787 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T08:14:35.787 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T08:14:35.787 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.two_write_queues: 0 2024-01-18T08:14:35.787 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T08:14:35.787 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.atomic_flush: 0 2024-01-18T08:14:35.787 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T08:14:35.787 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T08:14:35.787 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T08:14:35.788 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T08:14:35.788 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T08:14:35.788 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T08:14:35.788 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T08:14:35.788 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T08:14:35.788 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T08:14:35.788 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T08:14:35.788 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T08:14:35.788 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T08:14:35.788 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T08:14:35.788 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T08:14:35.788 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T08:14:35.788 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.max_open_files: -1 2024-01-18T08:14:35.788 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T08:14:35.789 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T08:14:35.789 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T08:14:35.789 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T08:14:35.789 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Compression algorithms supported: 2024-01-18T08:14:35.789 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T08:14:35.789 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: kZSTD supported: 0 2024-01-18T08:14:35.789 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: kXpressCompression supported: 0 2024-01-18T08:14:35.789 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T08:14:35.789 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T08:14:35.789 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T08:14:35.789 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: kZlibCompression supported: 1 2024-01-18T08:14:35.789 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T08:14:35.789 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.329+0000 7fd39994a880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T08:14:35.789 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi161/store.db/MANIFEST-000005 2024-01-18T08:14:35.789 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 2024-01-18T08:14:35.790 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T08:14:35.790 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 2024-01-18T08:14:35.790 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T08:14:35.790 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.merge_operator: 2024-01-18T08:14:35.790 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.compaction_filter: None 2024-01-18T08:14:35.790 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T08:14:35.790 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T08:14:35.790 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T08:14:35.790 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555dd0659d28) 2024-01-18T08:14:35.790 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cache_index_and_filter_blocks: 1 2024-01-18T08:14:35.790 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T08:14:35.790 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T08:14:35.790 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: pin_top_level_index_and_filter: 1 2024-01-18T08:14:35.790 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: index_type: 0 2024-01-18T08:14:35.790 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: data_block_index_type: 0 2024-01-18T08:14:35.791 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: index_shortening: 1 2024-01-18T08:14:35.791 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: data_block_hash_table_util_ratio: 0.750000 2024-01-18T08:14:35.791 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: hash_index_allow_collision: 1 2024-01-18T08:14:35.791 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: checksum: 1 2024-01-18T08:14:35.791 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: no_block_cache: 0 2024-01-18T08:14:35.791 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: block_cache: 0x555dd068ef10 2024-01-18T08:14:35.791 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: block_cache_name: BinnedLRUCache 2024-01-18T08:14:35.791 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: block_cache_options: 2024-01-18T08:14:35.791 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: capacity : 536870912 2024-01-18T08:14:35.791 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: num_shard_bits : 4 2024-01-18T08:14:35.791 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: strict_capacity_limit : 0 2024-01-18T08:14:35.791 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: high_pri_pool_ratio: 0.000 2024-01-18T08:14:35.791 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: block_cache_compressed: (nil) 2024-01-18T08:14:35.791 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: persistent_cache: (nil) 2024-01-18T08:14:35.792 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: block_size: 4096 2024-01-18T08:14:35.792 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: block_size_deviation: 10 2024-01-18T08:14:35.792 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: block_restart_interval: 16 2024-01-18T08:14:35.792 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: index_block_restart_interval: 1 2024-01-18T08:14:35.792 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: metadata_block_size: 4096 2024-01-18T08:14:35.792 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: partition_filters: 0 2024-01-18T08:14:35.792 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: use_delta_encoding: 1 2024-01-18T08:14:35.792 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T08:14:35.792 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: whole_key_filtering: 1 2024-01-18T08:14:35.792 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: verify_compression: 0 2024-01-18T08:14:35.792 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: read_amp_bytes_per_bit: 0 2024-01-18T08:14:35.792 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: format_version: 2 2024-01-18T08:14:35.792 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: enable_index_compression: 1 2024-01-18T08:14:35.792 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: block_align: 0 2024-01-18T08:14:35.792 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 2024-01-18T08:14:35.793 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T08:14:35.793 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T08:14:35.793 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.compression: NoCompression 2024-01-18T08:14:35.793 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T08:14:35.793 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T08:14:35.793 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T08:14:35.793 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.num_levels: 7 2024-01-18T08:14:35.793 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T08:14:35.793 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T08:14:35.793 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T08:14:35.793 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T08:14:35.793 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T08:14:35.793 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T08:14:35.793 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T08:14:35.793 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T08:14:35.794 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T08:14:35.794 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T08:14:35.794 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T08:14:35.794 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T08:14:35.794 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T08:14:35.794 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T08:14:35.794 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T08:14:35.794 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T08:14:35.794 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T08:14:35.794 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T08:14:35.794 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T08:14:35.794 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T08:14:35.794 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T08:14:35.794 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T08:14:35.794 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T08:14:35.795 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T08:14:35.795 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T08:14:35.795 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T08:14:35.795 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T08:14:35.795 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T08:14:35.795 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T08:14:35.795 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T08:14:35.795 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T08:14:35.795 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T08:14:35.795 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T08:14:35.795 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T08:14:35.795 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T08:14:35.795 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T08:14:35.795 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T08:14:35.795 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T08:14:35.796 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T08:14:35.796 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T08:14:35.796 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T08:14:35.796 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T08:14:35.796 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T08:14:35.796 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T08:14:35.796 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T08:14:35.796 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T08:14:35.796 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T08:14:35.796 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.table_properties_collectors: 2024-01-18T08:14:35.796 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T08:14:35.796 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T08:14:35.796 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T08:14:35.796 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T08:14:35.796 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T08:14:35.797 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.bloom_locality: 0 2024-01-18T08:14:35.797 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T08:14:35.797 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T08:14:35.797 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T08:14:35.797 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T08:14:35.797 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T08:14:35.797 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.ttl: 2592000 2024-01-18T08:14:35.797 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T08:14:35.797 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi161/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-01-18T08:14:35.797 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 2024-01-18T08:14:35.797 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-18T08:14:35.797 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 2024-01-18T08:14:35.797 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705565675332315, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-18T08:14:35.797 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.330+0000 7fd39994a880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-18T08:14:35.797 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.331+0000 7fd39994a880 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-01-18T08:14:35.798 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.331+0000 7fd39994a880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705565675333145, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 78737, "table_properties": {"data_size": 77031, "index_size": 311, "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": 9283, "raw_average_key_size": 47, "raw_value_size": 71601, "raw_average_value_size": 367, "num_data_blocks": 10, "num_entries": 195, "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": 1705565675, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-18T08:14:35.798 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.331+0000 7fd39994a880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-18T08:14:35.798 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 2024-01-18T08:14:35.798 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.332+0000 7fd39994a880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705565675333578, "job": 1, "event": "recovery_finished"} 2024-01-18T08:14:35.798 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 systemd[1]: Started Ceph mon.smithi161 for 86e30340-b5d9-11ee-95ae-87774f69a715. 2024-01-18T08:14:35.798 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.332+0000 7fd39994a880 4 rocksdb: DB pointer 0x555dd0757800 2024-01-18T08:14:35.798 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.333+0000 7fd39994a880 0 starting mon.smithi161 rank 0 at public addrs [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] at bind addrs [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi161 fsid 86e30340-b5d9-11ee-95ae-87774f69a715 2024-01-18T08:14:35.798 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.333+0000 7fd38073d700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T08:14:35.798 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.333+0000 7fd38073d700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T08:14:35.798 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ** DB Stats ** 2024-01-18T08:14:35.798 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T08:14:35.798 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-18T08:14:35.798 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-18T08:14:35.798 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T08:14:35.798 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-18T08:14:35.799 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-18T08:14:35.799 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T08:14:35.799 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 2024-01-18T08:14:35.799 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ** Compaction Stats [default] ** 2024-01-18T08:14:35.799 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 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-01-18T08:14:35.799 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T08:14:35.799 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: L0 2/0 78.58 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.8 0.00 0.00 1 0.001 0 0 2024-01-18T08:14:35.799 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Sum 2/0 78.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.8 0.00 0.00 1 0.001 0 0 2024-01-18T08:14:35.799 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.8 0.00 0.00 1 0.001 0 0 2024-01-18T08:14:35.799 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 2024-01-18T08:14:35.799 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ** Compaction Stats [default] ** 2024-01-18T08:14:35.799 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 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-01-18T08:14:35.799 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T08:14:35.799 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 135.8 0.00 0.00 1 0.001 0 0 2024-01-18T08:14:35.799 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T08:14:35.800 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T08:14:35.800 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T08:14:35.800 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T08:14:35.800 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T08:14:35.800 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T08:14:35.800 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Cumulative compaction: 0.00 GB write, 22.77 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T08:14:35.800 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Interval compaction: 0.00 GB write, 22.77 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T08:14:35.800 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 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-01-18T08:14:35.800 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 2024-01-18T08:14:35.800 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T08:14:35.800 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 2024-01-18T08:14:35.800 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ** Compaction Stats [default] ** 2024-01-18T08:14:35.800 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 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-01-18T08:14:35.800 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T08:14:35.801 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: L0 2/0 78.58 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.8 0.00 0.00 1 0.001 0 0 2024-01-18T08:14:35.801 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Sum 2/0 78.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.8 0.00 0.00 1 0.001 0 0 2024-01-18T08:14:35.801 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 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-01-18T08:14:35.801 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 2024-01-18T08:14:35.801 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ** Compaction Stats [default] ** 2024-01-18T08:14:35.801 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 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-01-18T08:14:35.801 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T08:14:35.801 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 135.8 0.00 0.00 1 0.001 0 0 2024-01-18T08:14:35.801 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T08:14:35.801 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T08:14:35.801 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T08:14:35.801 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T08:14:35.801 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T08:14:35.801 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T08:14:35.801 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Cumulative compaction: 0.00 GB write, 22.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T08:14:35.802 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T08:14:35.802 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 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-01-18T08:14:35.802 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 2024-01-18T08:14:35.802 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T08:14:35.802 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 2024-01-18T08:14:35.802 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.334+0000 7fd39994a880 1 mon.smithi161@-1(???) e1 preinit fsid 86e30340-b5d9-11ee-95ae-87774f69a715 2024-01-18T08:14:35.802 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.334+0000 7fd39994a880 0 mon.smithi161@-1(???).mds e1 new map 2024-01-18T08:14:35.802 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.334+0000 7fd39994a880 0 mon.smithi161@-1(???).mds e1 print_map 2024-01-18T08:14:35.802 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: e1 2024-01-18T08:14:35.802 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-18T08:14:35.802 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 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-01-18T08:14:35.802 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: legacy client fscid: -1 2024-01-18T08:14:35.802 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 2024-01-18T08:14:35.802 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: No filesystems configured 2024-01-18T08:14:35.803 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 2024-01-18T08:14:35.803 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.334+0000 7fd39994a880 0 mon.smithi161@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-18T08:14:35.803 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.334+0000 7fd39994a880 0 mon.smithi161@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T08:14:35.803 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.334+0000 7fd39994a880 0 mon.smithi161@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T08:14:35.803 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.334+0000 7fd39994a880 0 mon.smithi161@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T08:14:35.803 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:33.163876+0000 mon.smithi161 (mon.0) 8 : audit [INF] from='client.? 172.21.15.161:0/2588602583' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-18T08:14:35.803 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:33.167184+0000 mon.smithi161 (mon.0) 9 : audit [INF] from='client.? 172.21.15.161:0/2588602583' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-18T08:14:35.803 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:33.891401+0000 mon.smithi161 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.161:0/3546682417' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:14:35.803 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:14:35.334+0000 7fd39994a880 1 mon.smithi161@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-18T08:14:35.803 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:14:35.352315+0000 mon.smithi161 (mon.0) 1 : cluster [INF] mon.smithi161 is new leader, mons smithi161 in quorum (ranks 0) 2024-01-18T08:14:35.803 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:14:35.352414+0000 mon.smithi161 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi161=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0]} removed_ranks: {} 2024-01-18T08:14:35.803 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:14:35.352847+0000 mon.smithi161 (mon.0) 3 : cluster [DBG] fsmap 2024-01-18T08:14:35.803 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:14:35.352878+0000 mon.smithi161 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-18T08:14:35.804 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:14:35.353270+0000 mon.smithi161 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-18T08:14:36.176 INFO:teuthology.orchestra.run.smithi161.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-18T08:14:36.177 INFO:teuthology.orchestra.run.smithi161.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-18T08:14:36.177 INFO:teuthology.orchestra.run.smithi161.stderr:Creating mgr... 2024-01-18T08:14:36.177 INFO:teuthology.orchestra.run.smithi161.stderr:Verifying port 9283 ... 2024-01-18T08:14:36.306 INFO:teuthology.orchestra.run.smithi161.stderr:systemctl: Failed to reset failed state of unit ceph-86e30340-b5d9-11ee-95ae-87774f69a715@mgr.smithi161.xfxcne.service: Unit ceph-86e30340-b5d9-11ee-95ae-87774f69a715@mgr.smithi161.xfxcne.service not loaded. 2024-01-18T08:14:36.312 INFO:teuthology.orchestra.run.smithi161.stderr:systemctl: Created symlink /etc/systemd/system/ceph-86e30340-b5d9-11ee-95ae-87774f69a715.target.wants/ceph-86e30340-b5d9-11ee-95ae-87774f69a715@mgr.smithi161.xfxcne.service → /etc/systemd/system/ceph-86e30340-b5d9-11ee-95ae-87774f69a715@.service. 2024-01-18T08:14:36.812 INFO:teuthology.orchestra.run.smithi161.stderr:systemctl: disabled 2024-01-18T08:14:36.820 INFO:teuthology.orchestra.run.smithi161.stderr:systemctl: inactive 2024-01-18T08:14:36.820 INFO:teuthology.orchestra.run.smithi161.stderr:firewalld.service is not enabled 2024-01-18T08:14:36.820 INFO:teuthology.orchestra.run.smithi161.stderr:Not possible to enable service . firewalld.service is not available 2024-01-18T08:14:36.828 INFO:teuthology.orchestra.run.smithi161.stderr:systemctl: disabled 2024-01-18T08:14:36.836 INFO:teuthology.orchestra.run.smithi161.stderr:systemctl: inactive 2024-01-18T08:14:36.836 INFO:teuthology.orchestra.run.smithi161.stderr:firewalld.service is not enabled 2024-01-18T08:14:36.837 INFO:teuthology.orchestra.run.smithi161.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-18T08:14:36.837 INFO:teuthology.orchestra.run.smithi161.stderr:Waiting for mgr to start... 2024-01-18T08:14:36.837 INFO:teuthology.orchestra.run.smithi161.stderr:Waiting for mgr... 2024-01-18T08:14:37.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:35.782239+0000 mon.smithi161 (mon.0) 6 : audit [INF] from='client.? 172.21.15.161:0/2352864976' entity='client.admin' 2024-01-18T08:14:37.310 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: 2024-01-18T08:14:37.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: { 2024-01-18T08:14:37.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "fsid": "86e30340-b5d9-11ee-95ae-87774f69a715", 2024-01-18T08:14:37.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "health": { 2024-01-18T08:14:37.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T08:14:37.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T08:14:37.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T08:14:37.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: }, 2024-01-18T08:14:37.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T08:14:37.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T08:14:37.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: 0 2024-01-18T08:14:37.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: ], 2024-01-18T08:14:37.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T08:14:37.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "smithi161" 2024-01-18T08:14:37.311 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: ], 2024-01-18T08:14:37.312 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "quorum_age": 1, 2024-01-18T08:14:37.312 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T08:14:37.312 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T08:14:37.312 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T08:14:37.312 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T08:14:37.313 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: }, 2024-01-18T08:14:37.313 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T08:14:37.313 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T08:14:37.313 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T08:14:37.313 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T08:14:37.313 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T08:14:37.313 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T08:14:37.317 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T08:14:37.317 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T08:14:37.317 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: }, 2024-01-18T08:14:37.317 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T08:14:37.317 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T08:14:37.317 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T08:14:37.317 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T08:14:37.317 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T08:14:37.317 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T08:14:37.317 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T08:14:37.317 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T08:14:37.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T08:14:37.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: }, 2024-01-18T08:14:37.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T08:14:37.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T08:14:37.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T08:14:37.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T08:14:37.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: }, 2024-01-18T08:14:37.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T08:14:37.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "available": false, 2024-01-18T08:14:37.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T08:14:37.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T08:14:37.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "iostat", 2024-01-18T08:14:37.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "nfs", 2024-01-18T08:14:37.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "restful" 2024-01-18T08:14:37.318 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: ], 2024-01-18T08:14:37.319 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "services": {} 2024-01-18T08:14:37.319 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: }, 2024-01-18T08:14:37.319 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T08:14:37.319 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T08:14:37.319 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "modified": "2024-01-18T08:14:31.946956+0000", 2024-01-18T08:14:37.319 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "services": {} 2024-01-18T08:14:37.319 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: }, 2024-01-18T08:14:37.319 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T08:14:37.319 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: } 2024-01-18T08:14:37.650 INFO:teuthology.orchestra.run.smithi161.stderr:mgr not available, waiting (1/15)... 2024-01-18T08:14:38.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:37.307716+0000 mon.smithi161 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.161:0/775362638' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T08:14:40.119 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: 2024-01-18T08:14:40.119 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: { 2024-01-18T08:14:40.119 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "fsid": "86e30340-b5d9-11ee-95ae-87774f69a715", 2024-01-18T08:14:40.119 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "health": { 2024-01-18T08:14:40.119 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T08:14:40.119 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T08:14:40.119 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T08:14:40.119 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: }, 2024-01-18T08:14:40.119 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T08:14:40.120 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T08:14:40.120 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: 0 2024-01-18T08:14:40.120 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: ], 2024-01-18T08:14:40.120 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T08:14:40.120 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "smithi161" 2024-01-18T08:14:40.120 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: ], 2024-01-18T08:14:40.120 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-01-18T08:14:40.120 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T08:14:40.120 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T08:14:40.120 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T08:14:40.120 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T08:14:40.120 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: }, 2024-01-18T08:14:40.120 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T08:14:40.120 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T08:14:40.120 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T08:14:40.121 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T08:14:40.121 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T08:14:40.121 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T08:14:40.124 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T08:14:40.124 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T08:14:40.124 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: }, 2024-01-18T08:14:40.124 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T08:14:40.124 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T08:14:40.124 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T08:14:40.124 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T08:14:40.124 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T08:14:40.124 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T08:14:40.124 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T08:14:40.125 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T08:14:40.125 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T08:14:40.125 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: }, 2024-01-18T08:14:40.125 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T08:14:40.125 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T08:14:40.125 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T08:14:40.125 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T08:14:40.125 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: }, 2024-01-18T08:14:40.125 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T08:14:40.125 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "available": false, 2024-01-18T08:14:40.125 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T08:14:40.125 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T08:14:40.125 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "iostat", 2024-01-18T08:14:40.125 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "nfs", 2024-01-18T08:14:40.125 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "restful" 2024-01-18T08:14:40.126 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: ], 2024-01-18T08:14:40.126 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "services": {} 2024-01-18T08:14:40.126 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: }, 2024-01-18T08:14:40.126 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T08:14:40.126 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T08:14:40.126 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "modified": "2024-01-18T08:14:31.946956+0000", 2024-01-18T08:14:40.126 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "services": {} 2024-01-18T08:14:40.126 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: }, 2024-01-18T08:14:40.126 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T08:14:40.126 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: } 2024-01-18T08:14:40.411 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:40.116363+0000 mon.smithi161 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.161:0/3663020810' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T08:14:40.466 INFO:teuthology.orchestra.run.smithi161.stderr:mgr not available, waiting (2/15)... 2024-01-18T08:14:42.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:14:42.090528+0000 mon.smithi161 (mon.0) 9 : cluster [INF] Activating manager daemon smithi161.xfxcne 2024-01-18T08:14:42.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:14:42.093264+0000 mon.smithi161 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi161.xfxcne(active, starting, since 0.00283935s) 2024-01-18T08:14:42.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:42.094161+0000 mon.smithi161 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.161:0/1242101196' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T08:14:42.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:42.094371+0000 mon.smithi161 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.161:0/1242101196' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T08:14:42.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:42.094491+0000 mon.smithi161 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.161:0/1242101196' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T08:14:42.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:42.094640+0000 mon.smithi161 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.161:0/1242101196' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-01-18T08:14:42.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:42.095049+0000 mon.smithi161 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.161:0/1242101196' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mgr metadata", "who": "smithi161.xfxcne", "id": "smithi161.xfxcne"}]: dispatch 2024-01-18T08:14:42.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:14:42.109005+0000 mon.smithi161 (mon.0) 16 : cluster [INF] Manager daemon smithi161.xfxcne is now available 2024-01-18T08:14:42.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:42.120519+0000 mon.smithi161 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.161:0/1242101196' entity='mgr.smithi161.xfxcne' 2024-01-18T08:14:42.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:42.125419+0000 mon.smithi161 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.161:0/1242101196' entity='mgr.smithi161.xfxcne' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi161.xfxcne/mirror_snapshot_schedule"}]: dispatch 2024-01-18T08:14:42.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:42.127160+0000 mon.smithi161 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.161:0/1242101196' entity='mgr.smithi161.xfxcne' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi161.xfxcne/trash_purge_schedule"}]: dispatch 2024-01-18T08:14:42.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:42.132197+0000 mon.smithi161 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.161:0/1242101196' entity='mgr.smithi161.xfxcne' 2024-01-18T08:14:42.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:42.137175+0000 mon.smithi161 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.161:0/1242101196' entity='mgr.smithi161.xfxcne' 2024-01-18T08:14:43.776 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: 2024-01-18T08:14:43.776 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: { 2024-01-18T08:14:43.776 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "fsid": "86e30340-b5d9-11ee-95ae-87774f69a715", 2024-01-18T08:14:43.776 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "health": { 2024-01-18T08:14:43.776 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T08:14:43.776 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T08:14:43.776 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T08:14:43.777 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: }, 2024-01-18T08:14:43.777 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T08:14:43.777 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T08:14:43.777 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: 0 2024-01-18T08:14:43.777 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: ], 2024-01-18T08:14:43.777 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T08:14:43.777 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "smithi161" 2024-01-18T08:14:43.777 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: ], 2024-01-18T08:14:43.777 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-01-18T08:14:43.777 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T08:14:43.777 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T08:14:43.777 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T08:14:43.777 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T08:14:43.777 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: }, 2024-01-18T08:14:43.777 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T08:14:43.777 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T08:14:43.778 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T08:14:43.778 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T08:14:43.778 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T08:14:43.778 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T08:14:43.781 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T08:14:43.781 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T08:14:43.781 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: }, 2024-01-18T08:14:43.781 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T08:14:43.781 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T08:14:43.781 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T08:14:43.781 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T08:14:43.781 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T08:14:43.782 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T08:14:43.782 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T08:14:43.782 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T08:14:43.782 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T08:14:43.782 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: }, 2024-01-18T08:14:43.782 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T08:14:43.782 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T08:14:43.782 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T08:14:43.782 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T08:14:43.782 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: }, 2024-01-18T08:14:43.782 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T08:14:43.782 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "available": true, 2024-01-18T08:14:43.782 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T08:14:43.782 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T08:14:43.782 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "iostat", 2024-01-18T08:14:43.782 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "nfs", 2024-01-18T08:14:43.783 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "restful" 2024-01-18T08:14:43.783 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: ], 2024-01-18T08:14:43.783 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "services": {} 2024-01-18T08:14:43.783 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: }, 2024-01-18T08:14:43.783 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T08:14:43.783 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T08:14:43.783 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "modified": "2024-01-18T08:14:31.946956+0000", 2024-01-18T08:14:43.783 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "services": {} 2024-01-18T08:14:43.783 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: }, 2024-01-18T08:14:43.783 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T08:14:43.783 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: } 2024-01-18T08:14:44.162 INFO:teuthology.orchestra.run.smithi161.stderr:mgr is available 2024-01-18T08:14:44.349 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:44 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:14:43.096844+0000 mon.smithi161 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi161.xfxcne(active, since 1.00642s) 2024-01-18T08:14:44.349 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:44 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:43.773513+0000 mon.smithi161 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.161:0/3225687244' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T08:14:44.709 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: 2024-01-18T08:14:44.709 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: [global] 2024-01-18T08:14:44.709 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: fsid = 86e30340-b5d9-11ee-95ae-87774f69a715 2024-01-18T08:14:44.709 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-18T08:14:44.709 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-18T08:14:44.709 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-18T08:14:44.709 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-18T08:14:44.709 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: 2024-01-18T08:14:44.709 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: [mgr] 2024-01-18T08:14:44.709 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-18T08:14:44.709 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: 2024-01-18T08:14:44.709 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: [osd] 2024-01-18T08:14:44.710 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-18T08:14:44.710 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-18T08:14:45.040 INFO:teuthology.orchestra.run.smithi161.stderr:Enabling cephadm module... 2024-01-18T08:14:45.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:44.707149+0000 mon.smithi161 (mon.0) 24 : audit [INF] from='client.? 172.21.15.161:0/1996501772' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-18T08:14:46.382 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:14:45.095968+0000 mon.smithi161 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi161.xfxcne(active, since 3s) 2024-01-18T08:14:46.382 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:45.587753+0000 mon.smithi161 (mon.0) 26 : audit [INF] from='client.? 172.21.15.161:0/492245964' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-18T08:14:47.275 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: { 2024-01-18T08:14:47.275 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-18T08:14:47.276 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "available": true, 2024-01-18T08:14:47.276 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "active_name": "smithi161.xfxcne", 2024-01-18T08:14:47.276 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-18T08:14:47.276 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: } 2024-01-18T08:14:47.584 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:46.343627+0000 mon.smithi161 (mon.0) 27 : audit [INF] from='client.? 172.21.15.161:0/492245964' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-18T08:14:47.584 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:14:46.343699+0000 mon.smithi161 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi161.xfxcne(active, since 4s) 2024-01-18T08:14:47.584 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:47.274921+0000 mon.smithi161 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.161:0/2039147650' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-18T08:14:47.657 INFO:teuthology.orchestra.run.smithi161.stderr:Waiting for the mgr to restart... 2024-01-18T08:14:47.657 INFO:teuthology.orchestra.run.smithi161.stderr:Waiting for mgr epoch 5... 2024-01-18T08:14:52.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:14:51.692327+0000 mon.smithi161 (mon.0) 30 : cluster [INF] Active manager daemon smithi161.xfxcne restarted 2024-01-18T08:14:52.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:14:51.692620+0000 mon.smithi161 (mon.0) 31 : cluster [INF] Activating manager daemon smithi161.xfxcne 2024-01-18T08:14:52.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:14:51.695639+0000 mon.smithi161 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-18T08:14:52.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:14:51.695739+0000 mon.smithi161 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi161.xfxcne(active, starting, since 0.00323317s) 2024-01-18T08:14:52.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:51.696702+0000 mon.smithi161 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-01-18T08:14:52.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:51.697239+0000 mon.smithi161 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mgr metadata", "who": "smithi161.xfxcne", "id": "smithi161.xfxcne"}]: dispatch 2024-01-18T08:14:52.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:51.697896+0000 mon.smithi161 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T08:14:52.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:51.698054+0000 mon.smithi161 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T08:14:52.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:51.698167+0000 mon.smithi161 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T08:14:52.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:14:51.711855+0000 mon.smithi161 (mon.0) 39 : cluster [INF] Manager daemon smithi161.xfxcne is now available 2024-01-18T08:14:52.027 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:51.723759+0000 mon.smithi161 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' 2024-01-18T08:14:52.704 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: { 2024-01-18T08:14:52.705 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-18T08:14:52.705 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "initialized": true 2024-01-18T08:14:52.705 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: } 2024-01-18T08:14:52.992 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:14:51.721248+0000 mgr.smithi161.xfxcne (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-18T08:14:52.992 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:51.808318+0000 mon.smithi161 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' 2024-01-18T08:14:52.992 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:51.809326+0000 mon.smithi161 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:14:52.992 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:51.810751+0000 mon.smithi161 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:14:52.992 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:51.812388+0000 mon.smithi161 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:14:52.993 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:51.825355+0000 mon.smithi161 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi161.xfxcne/mirror_snapshot_schedule"}]: dispatch 2024-01-18T08:14:52.993 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:51.827969+0000 mon.smithi161 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi161.xfxcne/trash_purge_schedule"}]: dispatch 2024-01-18T08:14:52.993 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:14:52.698418+0000 mon.smithi161 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi161.xfxcne(active, since 1.00591s) 2024-01-18T08:14:53.048 INFO:teuthology.orchestra.run.smithi161.stderr:mgr epoch 5 is available 2024-01-18T08:14:53.048 INFO:teuthology.orchestra.run.smithi161.stderr:Setting orchestrator backend to cephadm... 2024-01-18T08:14:54.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:53 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:52.697445+0000 mgr.smithi161.xfxcne (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-18T08:14:54.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:53 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:52.704267+0000 mgr.smithi161.xfxcne (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-18T08:14:54.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:53 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:53.592648+0000 mon.smithi161 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' 2024-01-18T08:14:54.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:53 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:53.636089+0000 mon.smithi161 (mon.0) 49 : audit [DBG] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:14:55.018 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:53.588918+0000 mgr.smithi161.xfxcne (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:14:55.018 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:14:54.594205+0000 mon.smithi161 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi161.xfxcne(active, since 2s) 2024-01-18T08:14:56.555 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: value unchanged 2024-01-18T08:14:57.763 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:14:57 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:14:56.555381+0000 mgr.smithi161.xfxcne (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:14:58.764 INFO:teuthology.orchestra.run.smithi161.stderr:Generating ssh key... 2024-01-18T08:15:01.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:01 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:00.355197+0000 mgr.smithi161.xfxcne (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:15:01.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:01 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:15:00.355425+0000 mgr.smithi161.xfxcne (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-18T08:15:01.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:01 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:00.920725+0000 mon.smithi161 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:01.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:01 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:00.922356+0000 mon.smithi161 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:02.958 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgZppB3gAZkYg6df9NSBm8YX+Lz3utAA3c2M+b2KmIpc4LmqG7afGYbAWkWfBek0NrlSXNE/W6kHg1LEh1pq+PhIUpzflVRSuXkC8FE1taXXmHqb8FzDRqLCyoUKrYBvRrx1rKWWliNK1Iqg9fU2Me5AE4pe61y5M4kaUUa6FjncST65f8xrLWlxhVCeecQakwhS1U4Dr5vOmD9lNY2Hnn/Uz39KETN9mtYjscs4GdMwo/OAEeQAkVJ0d6P40tSds4gCcRyJaNIy1zw1U/z399UQB4hBWFu1ggEn5+4Cwgp4/NTKEEG88NFnI6rAtPMwsQew3w9CXmF9xo9AZgqBZgJQz8lcQ0YSxmCU+DzfZWzBamHe53dn4xjfAHXFd1hHy+wWboAR0KqM/LqxEVLdoeBI3nA7e5kvNLOkAa6EoDajMGsMQtCZfCCIhDbatpsX7pi2Ds2KlmKgiFtxPvpgrSr85WJ6XFOHzEqlEqGZBbT1Sl5XQFKyyjOJGdcYHBas8= ceph-86e30340-b5d9-11ee-95ae-87774f69a715 2024-01-18T08:15:03.297 INFO:teuthology.orchestra.run.smithi161.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-18T08:15:03.297 INFO:teuthology.orchestra.run.smithi161.stderr:Adding key to root@localhost authorized_keys... 2024-01-18T08:15:03.297 INFO:teuthology.orchestra.run.smithi161.stderr:Adding host smithi161... 2024-01-18T08:15:03.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:03 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:02.958420+0000 mgr.smithi161.xfxcne (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:15:04.398 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: Added host 'smithi161' with addr '172.21.15.161' 2024-01-18T08:15:04.704 INFO:teuthology.orchestra.run.smithi161.stderr:Deploying mon service with default placement... 2024-01-18T08:15:04.707 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:03.790804+0000 mgr.smithi161.xfxcne (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi161", "addr": "172.21.15.161", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:15:04.707 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:04.397097+0000 mon.smithi161 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:04.707 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:04.424604+0000 mon.smithi161 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:15:05.215 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-18T08:15:05.630 INFO:teuthology.orchestra.run.smithi161.stderr:Deploying mgr service with default placement... 2024-01-18T08:15:06.434 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-18T08:15:06.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:15:04.397378+0000 mgr.smithi161.xfxcne (mgr.14116) 10 : cephadm [INF] Added host smithi161 2024-01-18T08:15:06.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:05.211058+0000 mgr.smithi161.xfxcne (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:15:06.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:15:05.212150+0000 mgr.smithi161.xfxcne (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-18T08:15:06.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:05.214319+0000 mon.smithi161 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:06.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:06.026946+0000 mon.smithi161 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:06.787 INFO:teuthology.orchestra.run.smithi161.stderr:Deploying crash service with default placement... 2024-01-18T08:15:07.454 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-18T08:15:07.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:07 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:06.269809+0000 mon.smithi161 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:07.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:07 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:06.433704+0000 mon.smithi161 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:07.812 INFO:teuthology.orchestra.run.smithi161.stderr:Deploying prometheus service with default placement... 2024-01-18T08:15:08.436 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-18T08:15:08.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:06.429789+0000 mgr.smithi161.xfxcne (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:15:08.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:15:06.430665+0000 mgr.smithi161.xfxcne (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-18T08:15:08.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:07.272216+0000 mon.smithi161 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:08.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:07.453715+0000 mon.smithi161 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:08.778 INFO:teuthology.orchestra.run.smithi161.stderr:Deploying grafana service with default placement... 2024-01-18T08:15:09.285 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-18T08:15:09.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:07.446107+0000 mgr.smithi161.xfxcne (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:15:09.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:15:07.447037+0000 mgr.smithi161.xfxcne (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-18T08:15:09.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:08.435622+0000 mon.smithi161 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:09.620 INFO:teuthology.orchestra.run.smithi161.stderr:Deploying node-exporter service with default placement... 2024-01-18T08:15:10.133 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-18T08:15:10.470 INFO:teuthology.orchestra.run.smithi161.stderr:Deploying alertmanager service with default placement... 2024-01-18T08:15:10.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:08.432595+0000 mgr.smithi161.xfxcne (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:15:10.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:15:08.433456+0000 mgr.smithi161.xfxcne (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-18T08:15:10.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:09.281798+0000 mgr.smithi161.xfxcne (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:15:10.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:15:09.282613+0000 mgr.smithi161.xfxcne (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-18T08:15:10.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:09.285147+0000 mon.smithi161 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:10.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:10.133194+0000 mon.smithi161 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:10.987 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-18T08:15:11.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:10.130076+0000 mgr.smithi161.xfxcne (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:15:11.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:15:10.130977+0000 mgr.smithi161.xfxcne (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-18T08:15:11.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:10.987170+0000 mon.smithi161 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.161:0/3514237151' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:12.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:10.984180+0000 mgr.smithi161.xfxcne (mgr.14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:15:12.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:15:10.985026+0000 mgr.smithi161.xfxcne (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-18T08:15:12.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:11.843622+0000 mon.smithi161 (mon.0) 65 : audit [INF] from='client.? 172.21.15.161:0/3809980987' entity='client.admin' 2024-01-18T08:15:12.987 INFO:teuthology.orchestra.run.smithi161.stderr:Enabling the dashboard module... 2024-01-18T08:15:13.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:15:11.699554+0000 mgr.smithi161.xfxcne (mgr.14116) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:15:13.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:12.664533+0000 mon.smithi161 (mon.0) 66 : audit [INF] from='client.? 172.21.15.161:0/978576450' entity='client.admin' 2024-01-18T08:15:14.638 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:13.530508+0000 mon.smithi161 (mon.0) 67 : audit [INF] from='client.? 172.21.15.161:0/2871675571' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-18T08:15:15.277 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: { 2024-01-18T08:15:15.277 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-18T08:15:15.277 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "available": true, 2024-01-18T08:15:15.277 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "active_name": "smithi161.xfxcne", 2024-01-18T08:15:15.277 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-18T08:15:15.277 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: } 2024-01-18T08:15:15.580 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:14.353418+0000 mon.smithi161 (mon.0) 68 : audit [INF] from='client.? 172.21.15.161:0/2871675571' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-18T08:15:15.580 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:15:14.353464+0000 mon.smithi161 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi161.xfxcne(active, since 22s) 2024-01-18T08:15:15.580 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:15.276272+0000 mon.smithi161 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.161:0/2419871790' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-18T08:15:15.620 INFO:teuthology.orchestra.run.smithi161.stderr:Waiting for the mgr to restart... 2024-01-18T08:15:15.620 INFO:teuthology.orchestra.run.smithi161.stderr:Waiting for mgr epoch 9... 2024-01-18T08:15:20.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:15:19.693580+0000 mon.smithi161 (mon.0) 71 : cluster [INF] Active manager daemon smithi161.xfxcne restarted 2024-01-18T08:15:20.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:15:19.693798+0000 mon.smithi161 (mon.0) 72 : cluster [INF] Activating manager daemon smithi161.xfxcne 2024-01-18T08:15:20.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:15:19.696542+0000 mon.smithi161 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-18T08:15:20.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:15:19.696643+0000 mon.smithi161 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi161.xfxcne(active, starting, since 0.00293588s) 2024-01-18T08:15:20.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:19.697600+0000 mon.smithi161 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-01-18T08:15:20.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:19.698128+0000 mon.smithi161 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mgr metadata", "who": "smithi161.xfxcne", "id": "smithi161.xfxcne"}]: dispatch 2024-01-18T08:15:20.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:19.698769+0000 mon.smithi161 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T08:15:20.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:19.698944+0000 mon.smithi161 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T08:15:20.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:19.699076+0000 mon.smithi161 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T08:15:20.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:15:19.712937+0000 mon.smithi161 (mon.0) 80 : cluster [INF] Manager daemon smithi161.xfxcne is now available 2024-01-18T08:15:20.708 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: { 2024-01-18T08:15:20.708 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-18T08:15:20.709 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: "initialized": true 2024-01-18T08:15:20.709 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: } 2024-01-18T08:15:20.859 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:19.806869+0000 mon.smithi161 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:15:20.860 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:19.808271+0000 mon.smithi161 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:15:20.860 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:19.833728+0000 mon.smithi161 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi161.xfxcne/mirror_snapshot_schedule"}]: dispatch 2024-01-18T08:15:20.860 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:19.836248+0000 mon.smithi161 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi161.xfxcne/trash_purge_schedule"}]: dispatch 2024-01-18T08:15:20.860 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:15:20.701227+0000 mon.smithi161 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi161.xfxcne(active, since 1.00752s) 2024-01-18T08:15:20.860 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:20.720527+0000 mon.smithi161 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:21.044 INFO:teuthology.orchestra.run.smithi161.stderr:mgr epoch 9 is available 2024-01-18T08:15:21.044 INFO:teuthology.orchestra.run.smithi161.stderr:Generating a dashboard self-signed certificate... 2024-01-18T08:15:21.618 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-18T08:15:21.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:20.700459+0000 mgr.smithi161.xfxcne (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-18T08:15:21.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:20.706793+0000 mgr.smithi161.xfxcne (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-18T08:15:21.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:21.616227+0000 mon.smithi161 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:21.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:21.618088+0000 mon.smithi161 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:21.969 INFO:teuthology.orchestra.run.smithi161.stderr:Creating initial admin user... 2024-01-18T08:15:22.686 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$mDYpCjwPSFua.qh5YoMkXeWiBPxLllMlKg7y/nbdPGvF0ILkaIKWO", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705565722, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-18T08:15:22.994 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:21.576033+0000 mgr.smithi161.xfxcne (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:15:22.994 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:15:22.620609+0000 mon.smithi161 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi161.xfxcne(active, since 2s) 2024-01-18T08:15:22.994 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:22.686047+0000 mon.smithi161 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:23.044 INFO:teuthology.orchestra.run.smithi161.stderr:Fetching dashboard port number... 2024-01-18T08:15:23.535 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: 8443 2024-01-18T08:15:23.812 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:23 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:22.469254+0000 mgr.smithi161.xfxcne (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:15:23.812 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:23 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:23.535275+0000 mon.smithi161 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.161:0/4202437312' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-18T08:15:23.893 INFO:teuthology.orchestra.run.smithi161.stderr:systemctl: disabled 2024-01-18T08:15:23.900 INFO:teuthology.orchestra.run.smithi161.stderr:systemctl: inactive 2024-01-18T08:15:23.901 INFO:teuthology.orchestra.run.smithi161.stderr:firewalld.service is not enabled 2024-01-18T08:15:23.901 INFO:teuthology.orchestra.run.smithi161.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-18T08:15:23.904 INFO:teuthology.orchestra.run.smithi161.stderr:Ceph Dashboard is now available at: 2024-01-18T08:15:23.904 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-01-18T08:15:23.904 INFO:teuthology.orchestra.run.smithi161.stderr: URL: https://smithi161.front.sepia.ceph.com:8443/ 2024-01-18T08:15:23.904 INFO:teuthology.orchestra.run.smithi161.stderr: User: admin 2024-01-18T08:15:23.904 INFO:teuthology.orchestra.run.smithi161.stderr: Password: 60i3qa3qid 2024-01-18T08:15:23.904 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-01-18T08:15:23.904 INFO:teuthology.orchestra.run.smithi161.stderr:Enabling autotune for osd_memory_target 2024-01-18T08:15:25.342 INFO:teuthology.orchestra.run.smithi161.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-18T08:15:25.676 INFO:teuthology.orchestra.run.smithi161.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-18T08:15:25.676 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-01-18T08:15:25.676 INFO:teuthology.orchestra.run.smithi161.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-18T08:15:25.676 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-01-18T08:15:25.677 INFO:teuthology.orchestra.run.smithi161.stderr:Or, if you are only running a single cluster on this host: 2024-01-18T08:15:25.677 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-01-18T08:15:25.677 INFO:teuthology.orchestra.run.smithi161.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-18T08:15:25.677 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-01-18T08:15:25.677 INFO:teuthology.orchestra.run.smithi161.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-18T08:15:25.677 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-01-18T08:15:25.677 INFO:teuthology.orchestra.run.smithi161.stderr: ceph telemetry on 2024-01-18T08:15:25.677 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-01-18T08:15:25.677 INFO:teuthology.orchestra.run.smithi161.stderr:For more information see: 2024-01-18T08:15:25.677 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-01-18T08:15:25.677 INFO:teuthology.orchestra.run.smithi161.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-18T08:15:25.677 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-01-18T08:15:25.677 INFO:teuthology.orchestra.run.smithi161.stderr:Bootstrap complete. 2024-01-18T08:15:25.711 INFO:tasks.cephadm:Fetching config... 2024-01-18T08:15:25.711 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-01-18T08:15:25.711 DEBUG:teuthology.orchestra.run.smithi161:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-18T08:15:25.729 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-18T08:15:25.729 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-01-18T08:15:25.729 DEBUG:teuthology.orchestra.run.smithi161:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-18T08:15:25.786 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-18T08:15:25.787 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-01-18T08:15:25.787 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/mon.smithi161/keyring of=/dev/stdout 2024-01-18T08:15:25.856 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-18T08:15:25.856 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-01-18T08:15:25.856 DEBUG:teuthology.orchestra.run.smithi161:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-18T08:15:25.913 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-18T08:15:25.913 DEBUG:teuthology.orchestra.run.smithi161:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgZppB3gAZkYg6df9NSBm8YX+Lz3utAA3c2M+b2KmIpc4LmqG7afGYbAWkWfBek0NrlSXNE/W6kHg1LEh1pq+PhIUpzflVRSuXkC8FE1taXXmHqb8FzDRqLCyoUKrYBvRrx1rKWWliNK1Iqg9fU2Me5AE4pe61y5M4kaUUa6FjncST65f8xrLWlxhVCeecQakwhS1U4Dr5vOmD9lNY2Hnn/Uz39KETN9mtYjscs4GdMwo/OAEeQAkVJ0d6P40tSds4gCcRyJaNIy1zw1U/z399UQB4hBWFu1ggEn5+4Cwgp4/NTKEEG88NFnI6rAtPMwsQew3w9CXmF9xo9AZgqBZgJQz8lcQ0YSxmCU+DzfZWzBamHe53dn4xjfAHXFd1hHy+wWboAR0KqM/LqxEVLdoeBI3nA7e5kvNLOkAa6EoDajMGsMQtCZfCCIhDbatpsX7pi2Ds2KlmKgiFtxPvpgrSr85WJ6XFOHzEqlEqGZBbT1Sl5XQFKyyjOJGdcYHBas8= ceph-86e30340-b5d9-11ee-95ae-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-18T08:15:25.989 INFO:teuthology.orchestra.run.smithi161.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgZppB3gAZkYg6df9NSBm8YX+Lz3utAA3c2M+b2KmIpc4LmqG7afGYbAWkWfBek0NrlSXNE/W6kHg1LEh1pq+PhIUpzflVRSuXkC8FE1taXXmHqb8FzDRqLCyoUKrYBvRrx1rKWWliNK1Iqg9fU2Me5AE4pe61y5M4kaUUa6FjncST65f8xrLWlxhVCeecQakwhS1U4Dr5vOmD9lNY2Hnn/Uz39KETN9mtYjscs4GdMwo/OAEeQAkVJ0d6P40tSds4gCcRyJaNIy1zw1U/z399UQB4hBWFu1ggEn5+4Cwgp4/NTKEEG88NFnI6rAtPMwsQew3w9CXmF9xo9AZgqBZgJQz8lcQ0YSxmCU+DzfZWzBamHe53dn4xjfAHXFd1hHy+wWboAR0KqM/LqxEVLdoeBI3nA7e5kvNLOkAa6EoDajMGsMQtCZfCCIhDbatpsX7pi2Ds2KlmKgiFtxPvpgrSr85WJ6XFOHzEqlEqGZBbT1Sl5XQFKyyjOJGdcYHBas8= ceph-86e30340-b5d9-11ee-95ae-87774f69a715 2024-01-18T08:15:26.000 DEBUG:teuthology.orchestra.run.smithi187:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgZppB3gAZkYg6df9NSBm8YX+Lz3utAA3c2M+b2KmIpc4LmqG7afGYbAWkWfBek0NrlSXNE/W6kHg1LEh1pq+PhIUpzflVRSuXkC8FE1taXXmHqb8FzDRqLCyoUKrYBvRrx1rKWWliNK1Iqg9fU2Me5AE4pe61y5M4kaUUa6FjncST65f8xrLWlxhVCeecQakwhS1U4Dr5vOmD9lNY2Hnn/Uz39KETN9mtYjscs4GdMwo/OAEeQAkVJ0d6P40tSds4gCcRyJaNIy1zw1U/z399UQB4hBWFu1ggEn5+4Cwgp4/NTKEEG88NFnI6rAtPMwsQew3w9CXmF9xo9AZgqBZgJQz8lcQ0YSxmCU+DzfZWzBamHe53dn4xjfAHXFd1hHy+wWboAR0KqM/LqxEVLdoeBI3nA7e5kvNLOkAa6EoDajMGsMQtCZfCCIhDbatpsX7pi2Ds2KlmKgiFtxPvpgrSr85WJ6XFOHzEqlEqGZBbT1Sl5XQFKyyjOJGdcYHBas8= ceph-86e30340-b5d9-11ee-95ae-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-18T08:15:26.046 INFO:teuthology.orchestra.run.smithi187.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgZppB3gAZkYg6df9NSBm8YX+Lz3utAA3c2M+b2KmIpc4LmqG7afGYbAWkWfBek0NrlSXNE/W6kHg1LEh1pq+PhIUpzflVRSuXkC8FE1taXXmHqb8FzDRqLCyoUKrYBvRrx1rKWWliNK1Iqg9fU2Me5AE4pe61y5M4kaUUa6FjncST65f8xrLWlxhVCeecQakwhS1U4Dr5vOmD9lNY2Hnn/Uz39KETN9mtYjscs4GdMwo/OAEeQAkVJ0d6P40tSds4gCcRyJaNIy1zw1U/z399UQB4hBWFu1ggEn5+4Cwgp4/NTKEEG88NFnI6rAtPMwsQew3w9CXmF9xo9AZgqBZgJQz8lcQ0YSxmCU+DzfZWzBamHe53dn4xjfAHXFd1hHy+wWboAR0KqM/LqxEVLdoeBI3nA7e5kvNLOkAa6EoDajMGsMQtCZfCCIhDbatpsX7pi2Ds2KlmKgiFtxPvpgrSr85WJ6XFOHzEqlEqGZBbT1Sl5XQFKyyjOJGdcYHBas8= ceph-86e30340-b5d9-11ee-95ae-87774f69a715 2024-01-18T08:15:26.058 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-18T08:15:26.618 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:25.339460+0000 mon.smithi161 (mon.0) 92 : audit [INF] from='client.? 172.21.15.161:0/1727888231' entity='client.admin' 2024-01-18T08:15:27.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:15:26.349841+0000 mon.smithi161 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi161.xfxcne(active, since 6s) 2024-01-18T08:15:28.050 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-18T08:15:28.050 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-18T08:15:29.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:27.705496+0000 mon.smithi161 (mon.0) 94 : audit [INF] from='client.? 172.21.15.161:0/3249355241' entity='client.admin' 2024-01-18T08:15:29.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:28.693795+0000 mon.smithi161 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:29.911 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:29 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:28.993396+0000 mon.smithi161 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:15:29.911 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:29 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:28.996471+0000 mon.smithi161 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:29.911 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:29 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:15:29.004507+0000 mgr.smithi161.xfxcne (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi161 on smithi161 2024-01-18T08:15:29.911 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:29 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:29.614440+0000 mon.smithi161 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:29.963 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi187 2024-01-18T08:15:29.963 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-18T08:15:29.963 DEBUG:teuthology.orchestra.run.smithi187:> dd of=/etc/ceph/ceph.conf 2024-01-18T08:15:29.984 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-18T08:15:29.984 DEBUG:teuthology.orchestra.run.smithi187:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T08:15:30.045 INFO:tasks.cephadm:Adding host smithi187 to orchestrator... 2024-01-18T08:15:30.046 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch host add smithi187 2024-01-18T08:15:31.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:29.611970+0000 mgr.smithi161.xfxcne (mgr.14156) 6 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:15:35.422 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:34.056586+0000 mon.smithi161 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:35.422 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:34.058110+0000 mon.smithi161 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi161", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T08:15:35.422 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:34.062396+0000 mon.smithi161 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi161", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-18T08:15:35.422 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:34.062948+0000 mon.smithi161 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:15:35.422 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:15:34.063378+0000 mgr.smithi161.xfxcne (mgr.14156) 7 : cephadm [INF] Deploying daemon crash.smithi161 on smithi161 2024-01-18T08:15:35.422 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:34.832187+0000 mon.smithi161 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:37.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:35.607976+0000 mon.smithi161 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:37.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:35.667605+0000 mon.smithi161 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:37.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:35.669353+0000 mon.smithi161 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:37.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:35.671300+0000 mon.smithi161 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-18T08:15:37.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:35.671641+0000 mgr.smithi161.xfxcne (mgr.14156) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-18T08:15:37.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:35.673919+0000 mon.smithi161 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:37.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:15:35.677002+0000 mgr.smithi161.xfxcne (mgr.14156) 9 : cephadm [INF] Deploying daemon grafana.smithi161 on smithi161 2024-01-18T08:15:41.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:15:39.700071+0000 mgr.smithi161.xfxcne (mgr.14156) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:15:41.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:39.837168+0000 mon.smithi161 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:43.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:15:41.700300+0000 mgr.smithi161.xfxcne (mgr.14156) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:15:44.952 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:44 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:15:43.700660+0000 mgr.smithi161.xfxcne (mgr.14156) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:15:47.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:15:45.700942+0000 mgr.smithi161.xfxcne (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:15:47.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:46.125689+0000 mon.smithi161 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:47.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:15:46.127728+0000 mgr.smithi161.xfxcne (mgr.14156) 14 : cephadm [INF] Deploying daemon node-exporter.smithi161 on smithi161 2024-01-18T08:15:49.457 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:49 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:15:47.701472+0000 mgr.smithi161.xfxcne (mgr.14156) 15 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:15:49.457 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:49 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:48.429535+0000 mon.smithi161 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:49.457 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:49 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:48.431625+0000 mon.smithi161 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-18T08:15:50.764 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:50 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:49.431771+0000 mon.smithi161 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.161:0/1186623027' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-18T08:15:50.764 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:50 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:15:49.431836+0000 mon.smithi161 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi161.xfxcne(active, since 29s) 2024-01-18T08:15:54.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:15:54.699261+0000 mon.smithi161 (mon.0) 115 : cluster [INF] Active manager daemon smithi161.xfxcne restarted 2024-01-18T08:15:54.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:15:54.699497+0000 mon.smithi161 (mon.0) 116 : cluster [INF] Activating manager daemon smithi161.xfxcne 2024-01-18T08:15:54.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:15:54.702892+0000 mon.smithi161 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-18T08:15:54.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:15:54.703008+0000 mon.smithi161 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi161.xfxcne(active, starting, since 0.00361315s) 2024-01-18T08:15:54.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:54.703794+0000 mon.smithi161 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-01-18T08:15:54.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:54.704453+0000 mon.smithi161 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mgr metadata", "who": "smithi161.xfxcne", "id": "smithi161.xfxcne"}]: dispatch 2024-01-18T08:15:54.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:54.705018+0000 mon.smithi161 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T08:15:54.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:54.705186+0000 mon.smithi161 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T08:15:54.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:54.705326+0000 mon.smithi161 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T08:15:54.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:15:54.707160+0000 mon.smithi161 (mon.0) 124 : cluster [INF] Manager daemon smithi161.xfxcne is now available 2024-01-18T08:15:55.967 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:54.801970+0000 mon.smithi161 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:15:55.968 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:54.803182+0000 mon.smithi161 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:15:55.968 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:54.819809+0000 mon.smithi161 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:55.968 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:54.838033+0000 mon.smithi161 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi161.xfxcne/mirror_snapshot_schedule"}]: dispatch 2024-01-18T08:15:55.968 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:54.842625+0000 mon.smithi161 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi161.xfxcne/trash_purge_schedule"}]: dispatch 2024-01-18T08:15:55.968 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:15:55.704389+0000 mon.smithi161 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi161.xfxcne(active, since 1.00499s) 2024-01-18T08:15:56.333 INFO:teuthology.orchestra.run.smithi187.stdout:Added host 'smithi187' with addr '172.21.15.187' 2024-01-18T08:15:56.687 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch host ls --format=json 2024-01-18T08:15:57.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:57 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:56.332621+0000 mon.smithi161 (mon.0) 131 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:57.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:57 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:15:56.332917+0000 mgr.smithi161.xfxcne (mgr.14180) 2 : cephadm [INF] Added host smithi187 2024-01-18T08:15:57.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:57 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:57.031627+0000 mon.smithi161 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:57.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:57 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:57.310715+0000 mon.smithi161 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:15:57.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:57 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:57.311513+0000 mon.smithi161 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:15:57.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:57 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:57.312061+0000 mon.smithi161 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:15:58.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:15:57.313113+0000 mgr.smithi161.xfxcne (mgr.14180) 3 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-01-18T08:15:58.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:15:57.335727+0000 mgr.smithi161.xfxcne (mgr.14180) 4 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-01-18T08:15:58.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:15:57.336713+0000 mon.smithi161 (mon.0) 136 : cluster [DBG] mgrmap e17: smithi161.xfxcne(active, since 2s) 2024-01-18T08:15:58.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:57.396823+0000 mon.smithi161 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:58.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:15:57.399068+0000 mon.smithi161 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:15:58.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:15:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:15:57.410563+0000 mgr.smithi161.xfxcne (mgr.14180) 5 : cephadm [INF] Deploying daemon prometheus.smithi161 on smithi161 2024-01-18T08:16:01.226 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-18T08:16:01.227 INFO:teuthology.orchestra.run.smithi187.stdout:[{"addr": "172.21.15.161", "hostname": "smithi161", "labels": [], "status": ""}, {"addr": "172.21.15.187", "hostname": "smithi187", "labels": [], "status": ""}] 2024-01-18T08:16:01.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:01 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:01.225473+0000 mgr.smithi161.xfxcne (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:03.149 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-18T08:16:03.149 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd crush tunables default 2024-01-18T08:16:05.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:05 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:04.075097+0000 mon.smithi161 (mon.0) 139 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:05.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:05 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:04.076093+0000 mon.smithi161 (mon.0) 140 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:16:05.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:05 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:04.532965+0000 mon.smithi161 (mon.0) 141 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:05.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:05 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:04.711559+0000 mon.smithi161 (mon.0) 142 : audit [INF] from='client.? 172.21.15.161:0/1589268983' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-18T08:16:05.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:05 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:04.806147+0000 mon.smithi161 (mon.0) 143 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:05.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:05 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:04.829880+0000 mon.smithi161 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:05.537 INFO:teuthology.orchestra.run.smithi161.stderr:adjusted tunables profile to default 2024-01-18T08:16:06.032 INFO:tasks.cephadm:Adding mon.smithi161 on smithi161 2024-01-18T08:16:06.032 INFO:tasks.cephadm:Adding mon.smithi187 on smithi187 2024-01-18T08:16:06.032 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch apply mon '2;smithi161:172.21.15.161=smithi161;smithi187:172.21.15.187=smithi187' 2024-01-18T08:16:06.890 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:05.534164+0000 mon.smithi161 (mon.0) 145 : audit [INF] from='client.? 172.21.15.161:0/1589268983' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-18T08:16:06.890 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:05.534244+0000 mon.smithi161 (mon.0) 146 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-18T08:16:07.477 INFO:teuthology.orchestra.run.smithi187.stdout:Scheduled mon update... 2024-01-18T08:16:07.969 DEBUG:teuthology.orchestra.run.smithi187:mon.smithi187> sudo journalctl -f -n 0 -u ceph-86e30340-b5d9-11ee-95ae-87774f69a715@mon.smithi187.service 2024-01-18T08:16:07.971 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T08:16:07.971 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T08:16:08.001 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:-- Logs begin at Thu 2024-01-18 08:06:30 UTC. -- 2024-01-18T08:16:08.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:07.429835+0000 mon.smithi161 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:08.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:07.470692+0000 mgr.smithi161.xfxcne (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi161:172.21.15.161=smithi161;smithi187:172.21.15.187=smithi187", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:16:08.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:07.472516+0000 mgr.smithi161.xfxcne (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi161:172.21.15.161=smithi161;smithi187:172.21.15.187=smithi187;count:2 2024-01-18T08:16:08.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:07.476917+0000 mon.smithi161 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:08.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:07.935077+0000 mon.smithi161 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:09.357 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-18T08:16:09.357 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":1,"fsid":"86e30340-b5d9-11ee-95ae-87774f69a715","modified":"2024-01-18T08:14:29.665485Z","created":"2024-01-18T08:14:29.665485Z","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":"smithi161","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:3300","nonce":0},{"type":"v1","addr":"172.21.15.161:6789","nonce":0}]},"addr":"172.21.15.161:6789/0","public_addr":"172.21.15.161:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T08:16:09.359 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 1 2024-01-18T08:16:10.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:08.581223+0000 mon.smithi161 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:10.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:08.581990+0000 mon.smithi161 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd/host:smithi187", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:16:10.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:08.582927+0000 mon.smithi161 (mon.0) 152 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:10.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:08.583699+0000 mon.smithi161 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:16:10.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:08.584923+0000 mgr.smithi161.xfxcne (mgr.14180) 9 : cephadm [INF] Updating smithi187:/etc/ceph/ceph.conf 2024-01-18T08:16:10.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:08.606357+0000 mgr.smithi161.xfxcne (mgr.14180) 10 : cephadm [INF] Updating smithi187:/etc/ceph/ceph.client.admin.keyring 2024-01-18T08:16:10.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:08.658651+0000 mon.smithi161 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:10.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:08.661365+0000 mon.smithi161 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:10.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:08.663051+0000 mon.smithi161 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi187", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T08:16:10.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:08.664948+0000 mon.smithi161 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi187", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-18T08:16:10.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:08.665657+0000 mon.smithi161 (mon.0) 158 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:10.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:08.666272+0000 mgr.smithi161.xfxcne (mgr.14180) 11 : cephadm [INF] Deploying daemon crash.smithi187 on smithi187 2024-01-18T08:16:10.027 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:09.357463+0000 mon.smithi161 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.187:0/3167289045' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T08:16:11.016 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T08:16:11.016 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T08:16:12.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:10.908298+0000 mon.smithi161 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:12.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:10.910577+0000 mon.smithi161 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi187.xmwtbb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T08:16:12.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:10.912565+0000 mon.smithi161 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi187.xmwtbb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-18T08:16:12.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:10.913350+0000 mon.smithi161 (mon.0) 163 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T08:16:12.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:10.914313+0000 mon.smithi161 (mon.0) 164 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:12.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:10.915024+0000 mgr.smithi161.xfxcne (mgr.14180) 12 : cephadm [INF] Deploying daemon mgr.smithi187.xmwtbb on smithi187 2024-01-18T08:16:12.718 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-18T08:16:12.718 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":1,"fsid":"86e30340-b5d9-11ee-95ae-87774f69a715","modified":"2024-01-18T08:14:29.665485Z","created":"2024-01-18T08:14:29.665485Z","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":"smithi161","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:3300","nonce":0},{"type":"v1","addr":"172.21.15.161:6789","nonce":0}]},"addr":"172.21.15.161:6789/0","public_addr":"172.21.15.161:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T08:16:12.720 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 1 2024-01-18T08:16:13.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:12.717791+0000 mon.smithi161 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.187:0/3287978722' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T08:16:13.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:12.792521+0000 mon.smithi161 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:13.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:12.799605+0000 mon.smithi161 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T08:16:13.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:12.800350+0000 mon.smithi161 (mon.0) 168 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:14.048 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T08:16:14.049 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T08:16:14.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:12.801007+0000 mgr.smithi161.xfxcne (mgr.14180) 13 : cephadm [INF] Deploying daemon mon.smithi187 on smithi187 2024-01-18T08:16:15.649 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 systemd[1]: Started Ceph mon.smithi187 for 86e30340-b5d9-11ee-95ae-87774f69a715. 2024-01-18T08:16:15.649 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.367+0000 7fdfbb406880 0 load: jerasure load: lrc load: isa 2024-01-18T08:16:15.649 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T08:16:15.649 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 2024-01-18T08:16:15.649 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T08:16:15.649 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Compile date Jan 17 2024 2024-01-18T08:16:15.649 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: DB SUMMARY 2024-01-18T08:16:15.649 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 2024-01-18T08:16:15.649 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: CURRENT file: CURRENT 2024-01-18T08:16:15.649 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 2024-01-18T08:16:15.649 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-18T08:16:15.649 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 2024-01-18T08:16:15.650 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-01-18T08:16:15.650 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 2024-01-18T08:16:15.650 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi187/store.db dir, Total Num: 0, files: 2024-01-18T08:16:15.650 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 2024-01-18T08:16:15.650 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi187/store.db: 000003.log size: 511 ; 2024-01-18T08:16:15.650 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 2024-01-18T08:16:15.650 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.error_if_exists: 0 2024-01-18T08:16:15.650 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.create_if_missing: 0 2024-01-18T08:16:15.650 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T08:16:15.650 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.env: 0x558306a92080 2024-01-18T08:16:15.650 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.fs: Posix File System 2024-01-18T08:16:15.650 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.info_log: 0x558308fc3d20 2024-01-18T08:16:15.650 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T08:16:15.650 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.statistics: (nil) 2024-01-18T08:16:15.650 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.use_fsync: 0 2024-01-18T08:16:15.651 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T08:16:15.651 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T08:16:15.651 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T08:16:15.651 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T08:16:15.651 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T08:16:15.651 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T08:16:15.651 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T08:16:15.651 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T08:16:15.651 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T08:16:15.651 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T08:16:15.651 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T08:16:15.651 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.db_log_dir: 2024-01-18T08:16:15.651 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi187/store.db 2024-01-18T08:16:15.651 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T08:16:15.651 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T08:16:15.652 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T08:16:15.652 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T08:16:15.652 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T08:16:15.652 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T08:16:15.652 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T08:16:15.652 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T08:16:15.652 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T08:16:15.652 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T08:16:15.652 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.write_buffer_manager: 0x558309cc0420 2024-01-18T08:16:15.652 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T08:16:15.652 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T08:16:15.652 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T08:16:15.652 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T08:16:15.652 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T08:16:15.653 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T08:16:15.653 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T08:16:15.653 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T08:16:15.653 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T08:16:15.653 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.unordered_write: 0 2024-01-18T08:16:15.653 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T08:16:15.653 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T08:16:15.653 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T08:16:15.653 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T08:16:15.653 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.row_cache: None 2024-01-18T08:16:15.653 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.wal_filter: None 2024-01-18T08:16:15.653 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T08:16:15.653 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T08:16:15.653 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T08:16:15.653 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.two_write_queues: 0 2024-01-18T08:16:15.654 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T08:16:15.654 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.atomic_flush: 0 2024-01-18T08:16:15.654 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T08:16:15.654 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T08:16:15.654 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T08:16:15.654 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T08:16:15.654 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T08:16:15.654 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T08:16:15.654 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T08:16:15.654 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T08:16:15.654 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T08:16:15.654 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T08:16:15.654 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T08:16:15.654 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T08:16:15.654 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T08:16:15.655 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T08:16:15.655 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T08:16:15.655 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.max_open_files: -1 2024-01-18T08:16:15.655 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T08:16:15.655 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T08:16:15.655 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T08:16:15.655 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T08:16:15.655 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Compression algorithms supported: 2024-01-18T08:16:15.655 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T08:16:15.655 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: kZSTD supported: 0 2024-01-18T08:16:15.655 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: kXpressCompression supported: 0 2024-01-18T08:16:15.655 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T08:16:15.655 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T08:16:15.655 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T08:16:15.655 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: kZlibCompression supported: 1 2024-01-18T08:16:15.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T08:16:15.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T08:16:15.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi187/store.db/MANIFEST-000001 2024-01-18T08:16:15.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 2024-01-18T08:16:15.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T08:16:15.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 2024-01-18T08:16:15.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T08:16:15.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.merge_operator: 2024-01-18T08:16:15.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.compaction_filter: None 2024-01-18T08:16:15.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T08:16:15.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T08:16:15.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T08:16:15.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558308f73d28) 2024-01-18T08:16:15.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cache_index_and_filter_blocks: 1 2024-01-18T08:16:15.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T08:16:15.657 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T08:16:15.657 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: pin_top_level_index_and_filter: 1 2024-01-18T08:16:15.657 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: index_type: 0 2024-01-18T08:16:15.657 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: data_block_index_type: 0 2024-01-18T08:16:15.657 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: index_shortening: 1 2024-01-18T08:16:15.657 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: data_block_hash_table_util_ratio: 0.750000 2024-01-18T08:16:15.657 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: hash_index_allow_collision: 1 2024-01-18T08:16:15.657 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: checksum: 1 2024-01-18T08:16:15.657 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: no_block_cache: 0 2024-01-18T08:16:15.657 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: block_cache: 0x558308fa8f10 2024-01-18T08:16:15.657 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: block_cache_name: BinnedLRUCache 2024-01-18T08:16:15.657 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: block_cache_options: 2024-01-18T08:16:15.657 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: capacity : 536870912 2024-01-18T08:16:15.657 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: num_shard_bits : 4 2024-01-18T08:16:15.657 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: strict_capacity_limit : 0 2024-01-18T08:16:15.657 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: high_pri_pool_ratio: 0.000 2024-01-18T08:16:15.658 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: block_cache_compressed: (nil) 2024-01-18T08:16:15.658 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: persistent_cache: (nil) 2024-01-18T08:16:15.658 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: block_size: 4096 2024-01-18T08:16:15.658 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: block_size_deviation: 10 2024-01-18T08:16:15.658 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: block_restart_interval: 16 2024-01-18T08:16:15.658 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: index_block_restart_interval: 1 2024-01-18T08:16:15.658 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: metadata_block_size: 4096 2024-01-18T08:16:15.658 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: partition_filters: 0 2024-01-18T08:16:15.658 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: use_delta_encoding: 1 2024-01-18T08:16:15.658 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T08:16:15.658 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: whole_key_filtering: 1 2024-01-18T08:16:15.658 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: verify_compression: 0 2024-01-18T08:16:15.658 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: read_amp_bytes_per_bit: 0 2024-01-18T08:16:15.658 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: format_version: 2 2024-01-18T08:16:15.658 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: enable_index_compression: 1 2024-01-18T08:16:15.658 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: block_align: 0 2024-01-18T08:16:15.659 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 2024-01-18T08:16:15.659 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T08:16:15.659 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T08:16:15.659 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.compression: NoCompression 2024-01-18T08:16:15.659 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T08:16:15.659 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T08:16:15.659 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T08:16:15.659 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.num_levels: 7 2024-01-18T08:16:15.659 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T08:16:15.659 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T08:16:15.659 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T08:16:15.659 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T08:16:15.659 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T08:16:15.659 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T08:16:15.659 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T08:16:15.660 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T08:16:15.660 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T08:16:15.660 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T08:16:15.660 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T08:16:15.660 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T08:16:15.660 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T08:16:15.660 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T08:16:15.660 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T08:16:15.660 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T08:16:15.660 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T08:16:15.660 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T08:16:15.660 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T08:16:15.660 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T08:16:15.660 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T08:16:15.660 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T08:16:15.661 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T08:16:15.661 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T08:16:15.661 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T08:16:15.661 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T08:16:15.661 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T08:16:15.661 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T08:16:15.661 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T08:16:15.661 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T08:16:15.661 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T08:16:15.661 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T08:16:15.661 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T08:16:15.661 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T08:16:15.661 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T08:16:15.661 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T08:16:15.661 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T08:16:15.662 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T08:16:15.662 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T08:16:15.662 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T08:16:15.662 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T08:16:15.662 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T08:16:15.662 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T08:16:15.662 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T08:16:15.662 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T08:16:15.662 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T08:16:15.662 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T08:16:15.662 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.table_properties_collectors: 2024-01-18T08:16:15.662 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T08:16:15.662 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T08:16:15.662 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T08:16:15.662 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T08:16:15.663 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T08:16:15.663 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.bloom_locality: 0 2024-01-18T08:16:15.663 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T08:16:15.663 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T08:16:15.663 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T08:16:15.663 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T08:16:15.663 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T08:16:15.663 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.ttl: 2592000 2024-01-18T08:16:15.663 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.368+0000 7fdfbb406880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T08:16:15.663 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.369+0000 7fdfbb406880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi187/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-01-18T08:16:15.663 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 2024-01-18T08:16:15.663 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.369+0000 7fdfbb406880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-18T08:16:15.663 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 2024-01-18T08:16:15.663 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.369+0000 7fdfbb406880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705565775370611, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-01-18T08:16:15.663 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.369+0000 7fdfbb406880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-01-18T08:16:15.663 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.369+0000 7fdfbb406880 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-01-18T08:16:15.664 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.370+0000 7fdfbb406880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705565775371234, "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": 1705565775, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-18T08:16:15.664 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.370+0000 7fdfbb406880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-01-18T08:16:15.664 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 2024-01-18T08:16:15.664 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.370+0000 7fdfbb406880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705565775371624, "job": 1, "event": "recovery_finished"} 2024-01-18T08:16:15.664 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.371+0000 7fdfbb406880 4 rocksdb: DB pointer 0x558309071800 2024-01-18T08:16:15.664 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.371+0000 7fdfbb406880 0 mon.smithi187 does not exist in monmap, will attempt to join an existing cluster 2024-01-18T08:16:15.664 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.371+0000 7fdfbb406880 0 using public_addr v2:172.21.15.187:0/0 -> [v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0] 2024-01-18T08:16:15.664 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.372+0000 7fdfbb406880 0 starting mon.smithi187 rank -1 at public addrs [v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0] at bind addrs [v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi187 fsid 86e30340-b5d9-11ee-95ae-87774f69a715 2024-01-18T08:16:15.664 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.373+0000 7fdfbb406880 1 mon.smithi187@-1(???) e0 preinit fsid 86e30340-b5d9-11ee-95ae-87774f69a715 2024-01-18T08:16:15.664 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.375+0000 7fdfa21f9700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T08:16:15.664 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.375+0000 7fdfa21f9700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T08:16:15.664 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ** DB Stats ** 2024-01-18T08:16:15.664 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T08:16:15.664 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-18T08:16:15.665 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-18T08:16:15.665 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T08:16:15.665 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-18T08:16:15.665 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-18T08:16:15.665 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T08:16:15.665 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 2024-01-18T08:16:15.665 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ** Compaction Stats [default] ** 2024-01-18T08:16:15.665 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 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-01-18T08:16:15.665 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T08:16:15.665 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2024-01-18T08:16:15.665 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2024-01-18T08:16:15.665 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2024-01-18T08:16:15.665 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 2024-01-18T08:16:15.665 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ** Compaction Stats [default] ** 2024-01-18T08:16:15.665 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 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-01-18T08:16:15.665 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T08:16:15.666 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2024-01-18T08:16:15.666 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T08:16:15.666 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T08:16:15.666 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T08:16:15.666 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T08:16:15.666 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T08:16:15.666 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T08:16:15.666 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Cumulative compaction: 0.00 GB write, 0.19 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T08:16:15.666 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Interval compaction: 0.00 GB write, 0.19 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T08:16:15.666 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 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-01-18T08:16:15.666 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 2024-01-18T08:16:15.666 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T08:16:15.666 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 2024-01-18T08:16:15.666 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ** Compaction Stats [default] ** 2024-01-18T08:16:15.666 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 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-01-18T08:16:15.667 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T08:16:15.667 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2024-01-18T08:16:15.667 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2024-01-18T08:16:15.667 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 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-01-18T08:16:15.667 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 2024-01-18T08:16:15.667 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ** Compaction Stats [default] ** 2024-01-18T08:16:15.667 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 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-01-18T08:16:15.667 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T08:16:15.667 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2024-01-18T08:16:15.667 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T08:16:15.667 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T08:16:15.667 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T08:16:15.667 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T08:16:15.667 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T08:16:15.667 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T08:16:15.667 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Cumulative compaction: 0.00 GB write, 0.19 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T08:16:15.668 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T08:16:15.668 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 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-01-18T08:16:15.668 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 2024-01-18T08:16:15.668 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T08:16:15.668 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 2024-01-18T08:16:15.668 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.403+0000 7fdfa49fe700 0 mon.smithi187@-1(synchronizing).mds e1 new map 2024-01-18T08:16:15.668 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.403+0000 7fdfa49fe700 0 mon.smithi187@-1(synchronizing).mds e1 print_map 2024-01-18T08:16:15.668 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: e1 2024-01-18T08:16:15.668 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-18T08:16:15.668 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 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-01-18T08:16:15.668 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: legacy client fscid: -1 2024-01-18T08:16:15.668 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 2024-01-18T08:16:15.668 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: No filesystems configured 2024-01-18T08:16:15.668 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 2024-01-18T08:16:15.668 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.403+0000 7fdfa49fe700 1 mon.smithi187@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-18T08:16:15.669 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.403+0000 7fdfa49fe700 1 mon.smithi187@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-18T08:16:15.669 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.403+0000 7fdfa49fe700 1 mon.smithi187@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-18T08:16:15.669 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.403+0000 7fdfa49fe700 1 mon.smithi187@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-18T08:16:15.669 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.403+0000 7fdfa49fe700 1 mon.smithi187@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-18T08:16:15.669 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.403+0000 7fdfa49fe700 1 mon.smithi187@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-18T08:16:15.669 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.403+0000 7fdfa49fe700 1 mon.smithi187@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-18T08:16:15.669 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.403+0000 7fdfa49fe700 0 mon.smithi187@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-18T08:16:15.669 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.403+0000 7fdfa49fe700 0 mon.smithi187@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T08:16:15.669 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.403+0000 7fdfa49fe700 0 mon.smithi187@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T08:16:15.669 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.403+0000 7fdfa49fe700 0 mon.smithi187@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T08:16:15.669 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:16:12.801007+0000 mgr.smithi161.xfxcne (mgr.14180) 13 : cephadm [INF] Deploying daemon mon.smithi187 on smithi187 2024-01-18T08:16:15.669 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:16:15.404+0000 7fdfa49fe700 1 mon.smithi187@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-18T08:16:20.463 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-18T08:16:20.463 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":2,"fsid":"86e30340-b5d9-11ee-95ae-87774f69a715","modified":"2024-01-18T08:16:15.409294Z","created":"2024-01-18T08:14:29.665485Z","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":"smithi161","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:3300","nonce":0},{"type":"v1","addr":"172.21.15.161:6789","nonce":0}]},"addr":"172.21.15.161:6789/0","public_addr":"172.21.15.161:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi187","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:3300","nonce":0},{"type":"v1","addr":"172.21.15.187:6789","nonce":0}]},"addr":"172.21.15.187:6789/0","public_addr":"172.21.15.187:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-18T08:16:20.465 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 2 2024-01-18T08:16:20.750 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:14.706397+0000 mgr.smithi161.xfxcne (mgr.14180) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:20.750 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:15.411863+0000 mon.smithi161 (mon.0) 171 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-01-18T08:16:20.750 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:15.412083+0000 mon.smithi161 (mon.0) 172 : cluster [INF] mon.smithi161 calling monitor election 2024-01-18T08:16:20.750 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:15.425416+0000 mon.smithi161 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-18T08:16:20.750 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:15.602058+0000 mon.smithi161 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.187:0/1855066835' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T08:16:20.750 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:16.408498+0000 mon.smithi161 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-18T08:16:20.750 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:16.706870+0000 mgr.smithi161.xfxcne (mgr.14180) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:20.750 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:17.408934+0000 mon.smithi161 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-18T08:16:20.750 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:17.410018+0000 mon.smithi187 (mon.1) 1 : cluster [INF] mon.smithi187 calling monitor election 2024-01-18T08:16:20.751 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:18.231973+0000 mon.smithi161 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.187:0/3674436398' entity='mgr.smithi187.xmwtbb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi187.xmwtbb/crt"}]: dispatch 2024-01-18T08:16:20.751 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:18.408640+0000 mon.smithi161 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-18T08:16:20.751 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:18.707155+0000 mgr.smithi161.xfxcne (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:20.751 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:19.409002+0000 mon.smithi161 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-18T08:16:20.751 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:20.409125+0000 mon.smithi161 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-18T08:16:20.751 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:20.439332+0000 mon.smithi161 (mon.0) 181 : cluster [INF] mon.smithi161 is new leader, mons smithi161,smithi187 in quorum (ranks 0,1) 2024-01-18T08:16:20.751 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:20.447923+0000 mon.smithi161 (mon.0) 182 : cluster [DBG] monmap e2: 2 mons at {smithi161=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0],smithi187=[v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0]} removed_ranks: {} 2024-01-18T08:16:20.751 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:20.459920+0000 mon.smithi161 (mon.0) 183 : cluster [DBG] fsmap 2024-01-18T08:16:20.751 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:20.459947+0000 mon.smithi161 (mon.0) 184 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-18T08:16:20.751 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:20.460191+0000 mon.smithi161 (mon.0) 185 : cluster [DBG] mgrmap e17: smithi161.xfxcne(active, since 25s) 2024-01-18T08:16:20.751 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:20.461440+0000 mon.smithi161 (mon.0) 186 : cluster [DBG] Standby manager daemon smithi187.xmwtbb started 2024-01-18T08:16:20.751 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:20.462495+0000 mon.smithi161 (mon.0) 187 : audit [DBG] from='mgr.? 172.21.15.187:0/3674436398' entity='mgr.smithi187.xmwtbb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T08:16:20.751 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:20.464056+0000 mon.smithi161 (mon.0) 188 : cluster [INF] overall HEALTH_OK 2024-01-18T08:16:20.751 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:20.464512+0000 mon.smithi161 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.187:0/3674436398' entity='mgr.smithi187.xmwtbb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi187.xmwtbb/key"}]: dispatch 2024-01-18T08:16:20.751 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:20.464966+0000 mon.smithi161 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.187:0/3674436398' entity='mgr.smithi187.xmwtbb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T08:16:20.751 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:20.467512+0000 mon.smithi161 (mon.0) 191 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:20.752 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:16:20.469244+0000 mgr.smithi161.xfxcne (mgr.14180) 17 : cephadm [INF] Deploying daemon node-exporter.smithi187 on smithi187 2024-01-18T08:16:20.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:14.706397+0000 mgr.smithi161.xfxcne (mgr.14180) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:20.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:15.411863+0000 mon.smithi161 (mon.0) 171 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mon metadata", "id": "smithi161"}]: dispatch 2024-01-18T08:16:20.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:15.412083+0000 mon.smithi161 (mon.0) 172 : cluster [INF] mon.smithi161 calling monitor election 2024-01-18T08:16:20.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:15.425416+0000 mon.smithi161 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-18T08:16:20.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:15.602058+0000 mon.smithi161 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.187:0/1855066835' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T08:16:20.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:16.408498+0000 mon.smithi161 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-18T08:16:20.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:16.706870+0000 mgr.smithi161.xfxcne (mgr.14180) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:20.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:17.408934+0000 mon.smithi161 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-18T08:16:20.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:17.410018+0000 mon.smithi187 (mon.1) 1 : cluster [INF] mon.smithi187 calling monitor election 2024-01-18T08:16:20.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:18.231973+0000 mon.smithi161 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.187:0/3674436398' entity='mgr.smithi187.xmwtbb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi187.xmwtbb/crt"}]: dispatch 2024-01-18T08:16:20.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:18.408640+0000 mon.smithi161 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-18T08:16:20.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:18.707155+0000 mgr.smithi161.xfxcne (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:20.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:19.409002+0000 mon.smithi161 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-18T08:16:20.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:20.409125+0000 mon.smithi161 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-18T08:16:20.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:20.439332+0000 mon.smithi161 (mon.0) 181 : cluster [INF] mon.smithi161 is new leader, mons smithi161,smithi187 in quorum (ranks 0,1) 2024-01-18T08:16:20.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:20.447923+0000 mon.smithi161 (mon.0) 182 : cluster [DBG] monmap e2: 2 mons at {smithi161=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0],smithi187=[v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0]} removed_ranks: {} 2024-01-18T08:16:20.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:20.459920+0000 mon.smithi161 (mon.0) 183 : cluster [DBG] fsmap 2024-01-18T08:16:20.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:20.459947+0000 mon.smithi161 (mon.0) 184 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-18T08:16:20.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:20.460191+0000 mon.smithi161 (mon.0) 185 : cluster [DBG] mgrmap e17: smithi161.xfxcne(active, since 25s) 2024-01-18T08:16:20.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:20.461440+0000 mon.smithi161 (mon.0) 186 : cluster [DBG] Standby manager daemon smithi187.xmwtbb started 2024-01-18T08:16:20.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:20.462495+0000 mon.smithi161 (mon.0) 187 : audit [DBG] from='mgr.? 172.21.15.187:0/3674436398' entity='mgr.smithi187.xmwtbb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T08:16:20.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:20.464056+0000 mon.smithi161 (mon.0) 188 : cluster [INF] overall HEALTH_OK 2024-01-18T08:16:20.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:20.464512+0000 mon.smithi161 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.187:0/3674436398' entity='mgr.smithi187.xmwtbb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi187.xmwtbb/key"}]: dispatch 2024-01-18T08:16:20.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:20.464966+0000 mon.smithi161 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.187:0/3674436398' entity='mgr.smithi187.xmwtbb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T08:16:20.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:20.467512+0000 mon.smithi161 (mon.0) 191 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:20.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:20.469244+0000 mgr.smithi161.xfxcne (mgr.14180) 17 : cephadm [INF] Deploying daemon node-exporter.smithi187 on smithi187 2024-01-18T08:16:20.831 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-18T08:16:20.832 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph config generate-minimal-conf 2024-01-18T08:16:21.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:20.521297+0000 mon.smithi161 (mon.0) 192 : cluster [DBG] mgrmap e18: smithi161.xfxcne(active, since 25s), standbys: smithi187.xmwtbb 2024-01-18T08:16:21.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:20.521473+0000 mon.smithi161 (mon.0) 193 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mgr metadata", "who": "smithi187.xmwtbb", "id": "smithi187.xmwtbb"}]: dispatch 2024-01-18T08:16:21.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:20.707466+0000 mgr.smithi161.xfxcne (mgr.14180) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:21.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:21.409176+0000 mon.smithi161 (mon.0) 194 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-18T08:16:21.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:20.521297+0000 mon.smithi161 (mon.0) 192 : cluster [DBG] mgrmap e18: smithi161.xfxcne(active, since 25s), standbys: smithi187.xmwtbb 2024-01-18T08:16:21.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:20.521473+0000 mon.smithi161 (mon.0) 193 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mgr metadata", "who": "smithi187.xmwtbb", "id": "smithi187.xmwtbb"}]: dispatch 2024-01-18T08:16:21.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:20.707466+0000 mgr.smithi161.xfxcne (mgr.14180) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:21.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:21.409176+0000 mon.smithi161 (mon.0) 194 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-18T08:16:22.177 INFO:teuthology.orchestra.run.smithi161.stdout:# minimal ceph.conf for 86e30340-b5d9-11ee-95ae-87774f69a715 2024-01-18T08:16:22.177 INFO:teuthology.orchestra.run.smithi161.stdout:[global] 2024-01-18T08:16:22.177 INFO:teuthology.orchestra.run.smithi161.stdout: fsid = 86e30340-b5d9-11ee-95ae-87774f69a715 2024-01-18T08:16:22.178 INFO:teuthology.orchestra.run.smithi161.stdout: mon_host = [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] [v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0] 2024-01-18T08:16:22.554 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-18T08:16:22.554 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-01-18T08:16:22.554 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/ceph/ceph.conf 2024-01-18T08:16:22.583 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-01-18T08:16:22.584 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T08:16:22.650 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-18T08:16:22.650 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/etc/ceph/ceph.conf 2024-01-18T08:16:22.681 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-18T08:16:22.681 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T08:16:22.748 INFO:tasks.cephadm:Deploying OSDs... 2024-01-18T08:16:22.749 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-01-18T08:16:22.749 DEBUG:teuthology.orchestra.run.smithi161:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T08:16:22.766 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T08:16:22.767 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/nvme1n1 2024-01-18T08:16:22.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:22.177830+0000 mon.smithi161 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.161:0/2774521497' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:22.792 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/nvme1n1 2024-01-18T08:16:22.793 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T08:16:22.793 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 6h/6d Inode: 186083 Links: 1 Device type: 103,1 2024-01-18T08:16:22.793 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T08:16:22.793 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T08:16:22.793 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-01-18 08:15:27.765937755 +0000 2024-01-18T08:16:22.793 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-01-18 08:13:54.737760651 +0000 2024-01-18T08:16:22.793 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-01-18 08:13:54.737760651 +0000 2024-01-18T08:16:22.793 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-01-18T08:16:22.793 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-18T08:16:22.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:22.177830+0000 mon.smithi161 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.161:0/2774521497' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:22.859 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-01-18T08:16:22.859 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-01-18T08:16:22.859 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.00022928 s, 2.2 MB/s 2024-01-18T08:16:22.860 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-18T08:16:22.919 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/nvme2n1 2024-01-18T08:16:22.977 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/nvme2n1 2024-01-18T08:16:22.977 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T08:16:22.977 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 6h/6d Inode: 187678 Links: 1 Device type: 103,2 2024-01-18T08:16:22.977 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T08:16:22.977 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T08:16:22.977 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-01-18 08:15:27.775937558 +0000 2024-01-18T08:16:22.977 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-01-18 08:13:54.882757819 +0000 2024-01-18T08:16:22.977 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-01-18 08:13:54.882757819 +0000 2024-01-18T08:16:22.977 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-01-18T08:16:22.978 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-18T08:16:23.042 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-01-18T08:16:23.043 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-01-18T08:16:23.043 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000255519 s, 2.0 MB/s 2024-01-18T08:16:23.044 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-18T08:16:23.102 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/nvme3n1 2024-01-18T08:16:23.160 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/nvme3n1 2024-01-18T08:16:23.161 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T08:16:23.161 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 6h/6d Inode: 186268 Links: 1 Device type: 103,3 2024-01-18T08:16:23.161 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T08:16:23.161 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T08:16:23.161 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-01-18 08:15:27.789937282 +0000 2024-01-18T08:16:23.161 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-01-18 08:13:55.026755007 +0000 2024-01-18T08:16:23.161 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-01-18 08:13:55.026755007 +0000 2024-01-18T08:16:23.161 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-01-18T08:16:23.161 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-18T08:16:23.226 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-01-18T08:16:23.227 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-01-18T08:16:23.227 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000274608 s, 1.9 MB/s 2024-01-18T08:16:23.228 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-18T08:16:23.287 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/nvme4n1 2024-01-18T08:16:23.345 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/nvme4n1 2024-01-18T08:16:23.345 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T08:16:23.345 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 6h/6d Inode: 191511 Links: 1 Device type: 103,4 2024-01-18T08:16:23.345 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T08:16:23.345 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T08:16:23.345 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-01-18 08:15:27.802937026 +0000 2024-01-18T08:16:23.345 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-01-18 08:13:55.171752176 +0000 2024-01-18T08:16:23.345 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-01-18 08:13:55.171752176 +0000 2024-01-18T08:16:23.346 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-01-18T08:16:23.346 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-18T08:16:23.411 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-01-18T08:16:23.411 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-01-18T08:16:23.411 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000235786 s, 2.2 MB/s 2024-01-18T08:16:23.412 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-18T08:16:23.472 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-18T08:16:23.472 DEBUG:teuthology.orchestra.run.smithi187:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T08:16:23.490 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T08:16:23.490 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/nvme1n1 2024-01-18T08:16:23.548 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/nvme1n1 2024-01-18T08:16:23.549 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T08:16:23.549 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 187200 Links: 1 Device type: 103,1 2024-01-18T08:16:23.549 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T08:16:23.549 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T08:16:23.549 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-01-18 08:16:06.998504416 +0000 2024-01-18T08:16:23.549 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-01-18 08:13:56.377582910 +0000 2024-01-18T08:16:23.549 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-01-18 08:13:56.377582910 +0000 2024-01-18T08:16:23.549 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2024-01-18T08:16:23.549 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-18T08:16:23.618 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-01-18T08:16:23.618 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-01-18T08:16:23.618 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000283262 s, 1.8 MB/s 2024-01-18T08:16:23.619 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-18T08:16:23.678 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/nvme2n1 2024-01-18T08:16:23.738 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/nvme2n1 2024-01-18T08:16:23.738 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T08:16:23.738 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 185837 Links: 1 Device type: 103,2 2024-01-18T08:16:23.738 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T08:16:23.738 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T08:16:23.738 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-01-18 08:16:07.010504226 +0000 2024-01-18T08:16:23.738 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-01-18 08:13:56.523580586 +0000 2024-01-18T08:16:23.738 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-01-18 08:13:56.523580586 +0000 2024-01-18T08:16:23.738 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2024-01-18T08:16:23.738 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-18T08:16:23.804 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-01-18T08:16:23.805 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-01-18T08:16:23.805 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000250349 s, 2.0 MB/s 2024-01-18T08:16:23.806 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-18T08:16:23.865 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/nvme3n1 2024-01-18T08:16:23.922 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/nvme3n1 2024-01-18T08:16:23.922 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T08:16:23.922 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 189695 Links: 1 Device type: 103,3 2024-01-18T08:16:23.923 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T08:16:23.923 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T08:16:23.923 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-01-18 08:16:07.022504035 +0000 2024-01-18T08:16:23.923 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-01-18 08:13:56.667578295 +0000 2024-01-18T08:16:23.923 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-01-18 08:13:56.667578295 +0000 2024-01-18T08:16:23.923 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2024-01-18T08:16:23.923 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-18T08:16:23.988 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-01-18T08:16:23.988 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-01-18T08:16:23.988 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000277023 s, 1.8 MB/s 2024-01-18T08:16:23.989 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-18T08:16:24.049 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/nvme4n1 2024-01-18T08:16:24.108 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/nvme4n1 2024-01-18T08:16:24.108 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T08:16:24.108 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 189892 Links: 1 Device type: 103,4 2024-01-18T08:16:24.108 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T08:16:24.108 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T08:16:24.108 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-01-18 08:16:07.033503860 +0000 2024-01-18T08:16:24.108 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-01-18 08:13:56.810576020 +0000 2024-01-18T08:16:24.108 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-01-18 08:13:56.810576020 +0000 2024-01-18T08:16:24.108 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2024-01-18T08:16:24.109 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-18T08:16:24.174 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-01-18T08:16:24.175 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-01-18T08:16:24.175 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000248806 s, 2.1 MB/s 2024-01-18T08:16:24.176 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-18T08:16:24.234 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-18T08:16:24.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:22.707777+0000 mgr.smithi161.xfxcne (mgr.14180) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:24.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:23.301843+0000 mon.smithi161 (mon.0) 196 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:24.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:23.303113+0000 mon.smithi161 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:16:24.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:22.707777+0000 mgr.smithi161.xfxcne (mgr.14180) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:24.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:23.301843+0000 mon.smithi161 (mon.0) 196 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:24.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:23.303113+0000 mon.smithi161 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:16:25.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:24.511448+0000 mon.smithi161 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:25.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:24.512290+0000 mon.smithi161 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:25.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:24.513072+0000 mon.smithi161 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:16:25.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:16:24.514163+0000 mgr.smithi161.xfxcne (mgr.14180) 20 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-01-18T08:16:25.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:16:24.514513+0000 mgr.smithi161.xfxcne (mgr.14180) 21 : cephadm [INF] Updating smithi187:/etc/ceph/ceph.conf 2024-01-18T08:16:25.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:24.536452+0000 mon.smithi161 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:25.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:24.544500+0000 mon.smithi161 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:25.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:24.547982+0000 mon.smithi161 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:25.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:16:24.551268+0000 mgr.smithi161.xfxcne (mgr.14180) 22 : cephadm [INF] Reconfiguring mon.smithi161 (unknown last config time)... 2024-01-18T08:16:25.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:24.551541+0000 mon.smithi161 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T08:16:25.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:24.552276+0000 mon.smithi161 (mon.0) 205 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T08:16:25.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:24.552964+0000 mon.smithi161 (mon.0) 206 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:25.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:16:24.553550+0000 mgr.smithi161.xfxcne (mgr.14180) 23 : cephadm [INF] Reconfiguring daemon mon.smithi161 on smithi161 2024-01-18T08:16:25.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:24.707993+0000 mgr.smithi161.xfxcne (mgr.14180) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:25.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:24.839648+0000 mon.smithi161 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:25.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:25.378235+0000 mon.smithi161 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:25.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:16:25.378773+0000 mgr.smithi161.xfxcne (mgr.14180) 25 : cephadm [INF] Reconfiguring mgr.smithi161.xfxcne (unknown last config time)... 2024-01-18T08:16:25.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:25.378991+0000 mon.smithi161 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi161.xfxcne", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T08:16:25.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:25.381332+0000 mon.smithi161 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T08:16:25.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:25.381844+0000 mon.smithi161 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:25.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:16:25.382298+0000 mgr.smithi161.xfxcne (mgr.14180) 26 : cephadm [INF] Reconfiguring daemon mgr.smithi161.xfxcne on smithi161 2024-01-18T08:16:25.678 INFO:teuthology.orchestra.run.smithi187.stdout:Scheduled osd.all-available-devices update... 2024-01-18T08:16:25.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:24.511448+0000 mon.smithi161 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:25.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:24.512290+0000 mon.smithi161 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:25.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:24.513072+0000 mon.smithi161 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:16:25.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:24.514163+0000 mgr.smithi161.xfxcne (mgr.14180) 20 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-01-18T08:16:25.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:24.514513+0000 mgr.smithi161.xfxcne (mgr.14180) 21 : cephadm [INF] Updating smithi187:/etc/ceph/ceph.conf 2024-01-18T08:16:25.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:24.536452+0000 mon.smithi161 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:25.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:24.544500+0000 mon.smithi161 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:25.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:24.547982+0000 mon.smithi161 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:25.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:24.551268+0000 mgr.smithi161.xfxcne (mgr.14180) 22 : cephadm [INF] Reconfiguring mon.smithi161 (unknown last config time)... 2024-01-18T08:16:25.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:24.551541+0000 mon.smithi161 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T08:16:25.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:24.552276+0000 mon.smithi161 (mon.0) 205 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T08:16:25.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:24.552964+0000 mon.smithi161 (mon.0) 206 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:25.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:24.553550+0000 mgr.smithi161.xfxcne (mgr.14180) 23 : cephadm [INF] Reconfiguring daemon mon.smithi161 on smithi161 2024-01-18T08:16:25.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:24.707993+0000 mgr.smithi161.xfxcne (mgr.14180) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:25.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:24.839648+0000 mon.smithi161 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:25.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:25.378235+0000 mon.smithi161 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:25.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:25.378773+0000 mgr.smithi161.xfxcne (mgr.14180) 25 : cephadm [INF] Reconfiguring mgr.smithi161.xfxcne (unknown last config time)... 2024-01-18T08:16:25.778 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:25.378991+0000 mon.smithi161 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi161.xfxcne", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T08:16:25.778 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:25.381332+0000 mon.smithi161 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T08:16:25.778 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:25.381844+0000 mon.smithi161 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:25.778 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:25.382298+0000 mgr.smithi161.xfxcne (mgr.14180) 26 : cephadm [INF] Reconfiguring daemon mgr.smithi161.xfxcne on smithi161 2024-01-18T08:16:26.933 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:25.671018+0000 mgr.smithi161.xfxcne (mgr.14180) 27 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:16:26.933 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:25.672393+0000 mgr.smithi161.xfxcne (mgr.14180) 28 : cephadm [INF] Marking host: smithi161 for OSDSpec preview refresh. 2024-01-18T08:16:26.933 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:25.672442+0000 mgr.smithi161.xfxcne (mgr.14180) 29 : cephadm [INF] Marking host: smithi187 for OSDSpec preview refresh. 2024-01-18T08:16:26.933 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:25.672709+0000 mgr.smithi161.xfxcne (mgr.14180) 30 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-18T08:16:26.933 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:25.678019+0000 mon.smithi161 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:26.933 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:26.256747+0000 mon.smithi161 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:26.933 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:26.257387+0000 mgr.smithi161.xfxcne (mgr.14180) 31 : cephadm [INF] Reconfiguring alertmanager.smithi161 (dependencies changed)... 2024-01-18T08:16:26.933 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:26.263345+0000 mgr.smithi161.xfxcne (mgr.14180) 32 : cephadm [INF] Reconfiguring daemon alertmanager.smithi161 on smithi161 2024-01-18T08:16:27.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:25.671018+0000 mgr.smithi161.xfxcne (mgr.14180) 27 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:16:27.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:16:25.672393+0000 mgr.smithi161.xfxcne (mgr.14180) 28 : cephadm [INF] Marking host: smithi161 for OSDSpec preview refresh. 2024-01-18T08:16:27.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:16:25.672442+0000 mgr.smithi161.xfxcne (mgr.14180) 29 : cephadm [INF] Marking host: smithi187 for OSDSpec preview refresh. 2024-01-18T08:16:27.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:16:25.672709+0000 mgr.smithi161.xfxcne (mgr.14180) 30 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-18T08:16:27.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:25.678019+0000 mon.smithi161 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:27.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:26.256747+0000 mon.smithi161 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:27.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:16:26.257387+0000 mgr.smithi161.xfxcne (mgr.14180) 31 : cephadm [INF] Reconfiguring alertmanager.smithi161 (dependencies changed)... 2024-01-18T08:16:27.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:16:26.263345+0000 mgr.smithi161.xfxcne (mgr.14180) 32 : cephadm [INF] Reconfiguring daemon alertmanager.smithi161 on smithi161 2024-01-18T08:16:27.699 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-18T08:16:27.700 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:16:27.898 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:26.708310+0000 mgr.smithi161.xfxcne (mgr.14180) 33 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:28.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:26.708310+0000 mgr.smithi161.xfxcne (mgr.14180) 33 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:29.348 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:16:29.723 INFO:teuthology.orchestra.run.smithi161.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-01-18T08:16:29.992 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:29 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:28.708604+0000 mgr.smithi161.xfxcne (mgr.14180) 34 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:29.993 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:29 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:29.346946+0000 mon.smithi161 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.161:0/298517342' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:16:30.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:29 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:28.708604+0000 mgr.smithi161.xfxcne (mgr.14180) 34 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:30.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:29 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:29.346946+0000 mon.smithi161 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.161:0/298517342' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:16:30.724 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:16:31.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:29.772107+0000 mon.smithi161 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:31.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:29.772653+0000 mgr.smithi161.xfxcne (mgr.14180) 35 : cephadm [INF] Reconfiguring crash.smithi161 (monmap changed)... 2024-01-18T08:16:31.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:29.772932+0000 mon.smithi161 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi161", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T08:16:31.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:29.773493+0000 mon.smithi161 (mon.0) 217 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:31.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:29.773906+0000 mgr.smithi161.xfxcne (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon crash.smithi161 on smithi161 2024-01-18T08:16:31.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:29.772107+0000 mon.smithi161 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:31.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:16:29.772653+0000 mgr.smithi161.xfxcne (mgr.14180) 35 : cephadm [INF] Reconfiguring crash.smithi161 (monmap changed)... 2024-01-18T08:16:31.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:29.772932+0000 mon.smithi161 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi161", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T08:16:31.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:29.773493+0000 mon.smithi161 (mon.0) 217 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:31.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:16:29.773906+0000 mgr.smithi161.xfxcne (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon crash.smithi161 on smithi161 2024-01-18T08:16:32.622 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:30.708909+0000 mgr.smithi161.xfxcne (mgr.14180) 37 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:32.622 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:32.002113+0000 mon.smithi161 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:32.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:32 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:30.708909+0000 mgr.smithi161.xfxcne (mgr.14180) 37 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:32.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:32 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:32.002113+0000 mon.smithi161 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:33.246 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:16:33.426 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:32.002752+0000 mgr.smithi161.xfxcne (mgr.14180) 38 : cephadm [INF] Reconfiguring grafana.smithi161 (dependencies changed)... 2024-01-18T08:16:33.427 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:32.036391+0000 mgr.smithi161.xfxcne (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon grafana.smithi161 on smithi161 2024-01-18T08:16:33.427 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:33.246828+0000 mon.smithi161 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.161:0/152381690' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:16:33.645 INFO:teuthology.orchestra.run.smithi161.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-01-18T08:16:33.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:16:32.002752+0000 mgr.smithi161.xfxcne (mgr.14180) 38 : cephadm [INF] Reconfiguring grafana.smithi161 (dependencies changed)... 2024-01-18T08:16:33.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:16:32.036391+0000 mgr.smithi161.xfxcne (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon grafana.smithi161 on smithi161 2024-01-18T08:16:33.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:33.246828+0000 mon.smithi161 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.161:0/152381690' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:16:34.620 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:32.709175+0000 mgr.smithi161.xfxcne (mgr.14180) 40 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:34.646 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:16:34.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:34 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:32.709175+0000 mgr.smithi161.xfxcne (mgr.14180) 40 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:36.098 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:16:36.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:34.709439+0000 mgr.smithi161.xfxcne (mgr.14180) 41 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:36.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:35.051005+0000 mon.smithi161 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:36.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:16:35.051703+0000 mgr.smithi161.xfxcne (mgr.14180) 42 : cephadm [INF] Reconfiguring prometheus.smithi161 (dependencies changed)... 2024-01-18T08:16:36.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:16:35.054955+0000 mgr.smithi161.xfxcne (mgr.14180) 43 : cephadm [INF] Reconfiguring daemon prometheus.smithi161 on smithi161 2024-01-18T08:16:36.417 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:34.709439+0000 mgr.smithi161.xfxcne (mgr.14180) 41 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:36.417 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:35.051005+0000 mon.smithi161 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:36.417 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:35.051703+0000 mgr.smithi161.xfxcne (mgr.14180) 42 : cephadm [INF] Reconfiguring prometheus.smithi161 (dependencies changed)... 2024-01-18T08:16:36.417 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:35.054955+0000 mgr.smithi161.xfxcne (mgr.14180) 43 : cephadm [INF] Reconfiguring daemon prometheus.smithi161 on smithi161 2024-01-18T08:16:36.636 INFO:teuthology.orchestra.run.smithi161.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-01-18T08:16:37.348 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:36.098825+0000 mon.smithi161 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.161:0/908631942' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:16:37.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:36.098825+0000 mon.smithi161 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.161:0/908631942' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:16:37.638 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:16:38.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:38 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:36.709660+0000 mgr.smithi161.xfxcne (mgr.14180) 44 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:38.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:38 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:36.709660+0000 mgr.smithi161.xfxcne (mgr.14180) 44 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:39.042 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:16:39.402 INFO:teuthology.orchestra.run.smithi161.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-01-18T08:16:39.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:39 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:38.636466+0000 mon.smithi161 (mon.0) 222 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:39.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:39 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:16:38.636998+0000 mgr.smithi161.xfxcne (mgr.14180) 45 : cephadm [INF] Reconfiguring crash.smithi187 (monmap changed)... 2024-01-18T08:16:39.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:39 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:38.637204+0000 mon.smithi161 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi187", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T08:16:39.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:39 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:38.637826+0000 mon.smithi161 (mon.0) 224 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:39.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:39 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:16:38.638294+0000 mgr.smithi161.xfxcne (mgr.14180) 46 : cephadm [INF] Reconfiguring daemon crash.smithi187 on smithi187 2024-01-18T08:16:39.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:39 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:38.709917+0000 mgr.smithi161.xfxcne (mgr.14180) 47 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:39.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:39 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:39.042628+0000 mon.smithi161 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.161:0/1594034352' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:16:40.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:39 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:38.636466+0000 mon.smithi161 (mon.0) 222 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:40.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:39 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:38.636998+0000 mgr.smithi161.xfxcne (mgr.14180) 45 : cephadm [INF] Reconfiguring crash.smithi187 (monmap changed)... 2024-01-18T08:16:40.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:39 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:38.637204+0000 mon.smithi161 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi187", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T08:16:40.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:39 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:38.637826+0000 mon.smithi161 (mon.0) 224 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:40.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:39 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:38.638294+0000 mgr.smithi161.xfxcne (mgr.14180) 46 : cephadm [INF] Reconfiguring daemon crash.smithi187 on smithi187 2024-01-18T08:16:40.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:39 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:38.709917+0000 mgr.smithi161.xfxcne (mgr.14180) 47 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:40.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:39 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:39.042628+0000 mon.smithi161 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.161:0/1594034352' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:16:40.404 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:16:40.975 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:39.712274+0000 mon.smithi161 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:40.975 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:16:39.712865+0000 mgr.smithi161.xfxcne (mgr.14180) 48 : cephadm [INF] Reconfiguring mgr.smithi187.xmwtbb (monmap changed)... 2024-01-18T08:16:40.975 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:39.713134+0000 mon.smithi161 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi187.xmwtbb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T08:16:40.975 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:39.713829+0000 mon.smithi161 (mon.0) 228 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T08:16:40.975 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:39.714351+0000 mon.smithi161 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:40.975 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:16:39.714844+0000 mgr.smithi161.xfxcne (mgr.14180) 49 : cephadm [INF] Reconfiguring daemon mgr.smithi187.xmwtbb on smithi187 2024-01-18T08:16:40.975 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:40.525314+0000 mon.smithi161 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:40.975 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:40.526313+0000 mon.smithi161 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T08:16:40.975 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:40.526942+0000 mon.smithi161 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T08:16:40.975 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:40.527502+0000 mon.smithi161 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:41.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:39.712274+0000 mon.smithi161 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:41.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:39.712865+0000 mgr.smithi161.xfxcne (mgr.14180) 48 : cephadm [INF] Reconfiguring mgr.smithi187.xmwtbb (monmap changed)... 2024-01-18T08:16:41.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:39.713134+0000 mon.smithi161 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi187.xmwtbb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T08:16:41.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:39.713829+0000 mon.smithi161 (mon.0) 228 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T08:16:41.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:39.714351+0000 mon.smithi161 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:41.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:39.714844+0000 mgr.smithi161.xfxcne (mgr.14180) 49 : cephadm [INF] Reconfiguring daemon mgr.smithi187.xmwtbb on smithi187 2024-01-18T08:16:41.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:40.525314+0000 mon.smithi161 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:41.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:40.526313+0000 mon.smithi161 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T08:16:41.027 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:40.526942+0000 mon.smithi161 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T08:16:41.027 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:40.527502+0000 mon.smithi161 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:41.848 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:16:42.294 INFO:teuthology.orchestra.run.smithi161.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-01-18T08:16:42.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:16:40.526021+0000 mgr.smithi161.xfxcne (mgr.14180) 50 : cephadm [INF] Reconfiguring mon.smithi187 (monmap changed)... 2024-01-18T08:16:42.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:16:40.528059+0000 mgr.smithi161.xfxcne (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon mon.smithi187 on smithi187 2024-01-18T08:16:42.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:40.710169+0000 mgr.smithi161.xfxcne (mgr.14180) 52 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:42.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:41.377365+0000 mon.smithi161 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:42.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:41.379920+0000 mon.smithi161 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T08:16:42.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:41.380368+0000 mgr.smithi161.xfxcne (mgr.14180) 53 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T08:16:42.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:41.381372+0000 mon.smithi161 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi161.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T08:16:42.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:41.381652+0000 mgr.smithi161.xfxcne (mgr.14180) 54 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi161.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T08:16:42.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:41.385124+0000 mon.smithi161 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:42.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:41.390629+0000 mon.smithi161 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T08:16:42.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:41.391034+0000 mgr.smithi161.xfxcne (mgr.14180) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T08:16:42.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:41.394007+0000 mon.smithi161 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi161.front.sepia.ceph.com:3000"}]: dispatch 2024-01-18T08:16:42.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:41.394348+0000 mgr.smithi161.xfxcne (mgr.14180) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi161.front.sepia.ceph.com:3000"}]: dispatch 2024-01-18T08:16:42.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:41.397950+0000 mon.smithi161 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:42.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:41.401696+0000 mon.smithi161 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T08:16:42.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:41.402022+0000 mgr.smithi161.xfxcne (mgr.14180) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T08:16:42.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:41.404170+0000 mon.smithi161 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi161.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T08:16:42.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:41.404447+0000 mgr.smithi161.xfxcne (mgr.14180) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi161.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T08:16:42.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:41.408489+0000 mon.smithi161 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:42.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:41.411766+0000 mon.smithi161 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:16:42.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:41.848842+0000 mon.smithi161 (mon.0) 245 : audit [DBG] from='client.? 172.21.15.161:0/1556829596' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:16:42.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:40.526021+0000 mgr.smithi161.xfxcne (mgr.14180) 50 : cephadm [INF] Reconfiguring mon.smithi187 (monmap changed)... 2024-01-18T08:16:42.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:16:40.528059+0000 mgr.smithi161.xfxcne (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon mon.smithi187 on smithi187 2024-01-18T08:16:42.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:40.710169+0000 mgr.smithi161.xfxcne (mgr.14180) 52 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:42.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:41.377365+0000 mon.smithi161 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:42.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:41.379920+0000 mon.smithi161 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T08:16:42.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:41.380368+0000 mgr.smithi161.xfxcne (mgr.14180) 53 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T08:16:42.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:41.381372+0000 mon.smithi161 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi161.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T08:16:42.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:41.381652+0000 mgr.smithi161.xfxcne (mgr.14180) 54 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi161.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T08:16:42.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:41.385124+0000 mon.smithi161 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:42.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:41.390629+0000 mon.smithi161 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T08:16:42.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:41.391034+0000 mgr.smithi161.xfxcne (mgr.14180) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T08:16:42.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:41.394007+0000 mon.smithi161 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi161.front.sepia.ceph.com:3000"}]: dispatch 2024-01-18T08:16:42.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:41.394348+0000 mgr.smithi161.xfxcne (mgr.14180) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi161.front.sepia.ceph.com:3000"}]: dispatch 2024-01-18T08:16:42.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:41.397950+0000 mon.smithi161 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:42.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:41.401696+0000 mon.smithi161 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T08:16:42.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:41.402022+0000 mgr.smithi161.xfxcne (mgr.14180) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T08:16:42.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:41.404170+0000 mon.smithi161 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi161.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T08:16:42.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:41.404447+0000 mgr.smithi161.xfxcne (mgr.14180) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi161.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T08:16:42.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:41.408489+0000 mon.smithi161 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:42.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:41.411766+0000 mon.smithi161 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:16:42.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:41.848842+0000 mon.smithi161 (mon.0) 245 : audit [DBG] from='client.? 172.21.15.161:0/1556829596' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:16:43.295 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:16:43.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:43 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:42.460516+0000 mon.smithi161 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:43.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:43 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:42.464415+0000 mon.smithi161 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:43.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:43 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:42.460516+0000 mon.smithi161 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:43.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:43 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:42.464415+0000 mon.smithi161 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:44.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:44 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:42.710449+0000 mgr.smithi161.xfxcne (mgr.14180) 59 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:44.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:44 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:42.710449+0000 mgr.smithi161.xfxcne (mgr.14180) 59 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:44.904 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:16:45.282 INFO:teuthology.orchestra.run.smithi161.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-01-18T08:16:45.897 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:44.710661+0000 mgr.smithi161.xfxcne (mgr.14180) 60 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:45.897 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:44.791781+0000 mon.smithi161 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:45.897 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:44.797272+0000 mon.smithi161 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:45.897 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:44.798075+0000 mon.smithi161 (mon.0) 250 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:45.897 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:44.798668+0000 mon.smithi161 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:16:45.897 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:44.803072+0000 mon.smithi161 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:45.897 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:44.806435+0000 mon.smithi161 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:16:45.897 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:44.809027+0000 mon.smithi161 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T08:16:45.897 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:44.809977+0000 mon.smithi161 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T08:16:45.898 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:44.810165+0000 mon.smithi161 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:45.898 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:44.810587+0000 mon.smithi161 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:45.898 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:44.904340+0000 mon.smithi161 (mon.0) 258 : audit [DBG] from='client.? 172.21.15.161:0/4264011417' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:16:46.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:44.710661+0000 mgr.smithi161.xfxcne (mgr.14180) 60 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:46.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:44.791781+0000 mon.smithi161 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:46.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:44.797272+0000 mon.smithi161 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:46.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:44.798075+0000 mon.smithi161 (mon.0) 250 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:46.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:44.798668+0000 mon.smithi161 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:16:46.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:44.803072+0000 mon.smithi161 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:16:46.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:44.806435+0000 mon.smithi161 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:16:46.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:44.809027+0000 mon.smithi161 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T08:16:46.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:44.809977+0000 mon.smithi161 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T08:16:46.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:44.810165+0000 mon.smithi161 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:46.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:44.810587+0000 mon.smithi161 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:16:46.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:44.904340+0000 mon.smithi161 (mon.0) 258 : audit [DBG] from='client.? 172.21.15.161:0/4264011417' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:16:46.283 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:16:47.685 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:16:48.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:46.710938+0000 mgr.smithi161.xfxcne (mgr.14180) 61 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:48.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:46.822050+0000 mon.smithi187 (mon.1) 2 : audit [INF] from='client.? 172.21.15.187:0/2468092181' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "763ab5ed-956b-4fb2-9751-e9ae0b581028"}]: dispatch 2024-01-18T08:16:48.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:46.822465+0000 mon.smithi161 (mon.0) 259 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "763ab5ed-956b-4fb2-9751-e9ae0b581028"}]: dispatch 2024-01-18T08:16:48.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:46.825719+0000 mon.smithi161 (mon.0) 260 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "763ab5ed-956b-4fb2-9751-e9ae0b581028"}]': finished 2024-01-18T08:16:48.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:46.825771+0000 mon.smithi161 (mon.0) 261 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-18T08:16:48.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:46.825900+0000 mon.smithi161 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:16:48.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:47.203736+0000 mon.smithi161 (mon.0) 263 : audit [INF] from='client.? 172.21.15.161:0/2300008418' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f80e6565-b0de-4a6d-b679-6cc215f1fa3b"}]: dispatch 2024-01-18T08:16:48.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:47.207283+0000 mon.smithi161 (mon.0) 264 : audit [INF] from='client.? 172.21.15.161:0/2300008418' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f80e6565-b0de-4a6d-b679-6cc215f1fa3b"}]': finished 2024-01-18T08:16:48.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:47.207322+0000 mon.smithi161 (mon.0) 265 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-18T08:16:48.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:47.207441+0000 mon.smithi161 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:16:48.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:47.207774+0000 mon.smithi161 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:16:48.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:47.684244+0000 mon.smithi161 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.161:0/2627436756' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:16:48.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:46.710938+0000 mgr.smithi161.xfxcne (mgr.14180) 61 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:48.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:46.822050+0000 mon.smithi187 (mon.1) 2 : audit [INF] from='client.? 172.21.15.187:0/2468092181' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "763ab5ed-956b-4fb2-9751-e9ae0b581028"}]: dispatch 2024-01-18T08:16:48.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:46.822465+0000 mon.smithi161 (mon.0) 259 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "763ab5ed-956b-4fb2-9751-e9ae0b581028"}]: dispatch 2024-01-18T08:16:48.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:46.825719+0000 mon.smithi161 (mon.0) 260 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "763ab5ed-956b-4fb2-9751-e9ae0b581028"}]': finished 2024-01-18T08:16:48.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:46.825771+0000 mon.smithi161 (mon.0) 261 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-18T08:16:48.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:46.825900+0000 mon.smithi161 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:16:48.100 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:47.203736+0000 mon.smithi161 (mon.0) 263 : audit [INF] from='client.? 172.21.15.161:0/2300008418' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f80e6565-b0de-4a6d-b679-6cc215f1fa3b"}]: dispatch 2024-01-18T08:16:48.100 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:47.207283+0000 mon.smithi161 (mon.0) 264 : audit [INF] from='client.? 172.21.15.161:0/2300008418' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f80e6565-b0de-4a6d-b679-6cc215f1fa3b"}]': finished 2024-01-18T08:16:48.100 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:47.207322+0000 mon.smithi161 (mon.0) 265 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-18T08:16:48.100 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:47.207441+0000 mon.smithi161 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:16:48.100 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:47.207774+0000 mon.smithi161 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:16:48.100 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:47.684244+0000 mon.smithi161 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.161:0/2627436756' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:16:48.176 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1705565807,"num_remapped_pgs":0} 2024-01-18T08:16:49.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:48 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:48.054976+0000 mon.smithi187 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.187:0/2775172907' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:16:49.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:48 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:48.582934+0000 mon.smithi161 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.161:0/2720766511' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:16:49.177 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:16:49.206 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:48 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:48.054976+0000 mon.smithi187 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.187:0/2775172907' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:16:49.206 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:48 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:48.582934+0000 mon.smithi161 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.161:0/2720766511' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:16:50.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:49 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:48.711208+0000 mgr.smithi161.xfxcne (mgr.14180) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:50.196 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:49 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:48.711208+0000 mgr.smithi161.xfxcne (mgr.14180) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:50.559 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:16:50.908 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1705565807,"num_remapped_pgs":0} 2024-01-18T08:16:51.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:50.558872+0000 mon.smithi161 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.161:0/1396570181' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:16:51.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:50.559262+0000 mon.smithi187 (mon.1) 4 : audit [INF] from='client.? 172.21.15.187:0/3817306269' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f3a5d84-6b5f-4646-b5dd-3bca5197901d"}]: dispatch 2024-01-18T08:16:51.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:50.559561+0000 mon.smithi161 (mon.0) 271 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f3a5d84-6b5f-4646-b5dd-3bca5197901d"}]: dispatch 2024-01-18T08:16:51.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:50.563414+0000 mon.smithi161 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5f3a5d84-6b5f-4646-b5dd-3bca5197901d"}]': finished 2024-01-18T08:16:51.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:50.563482+0000 mon.smithi161 (mon.0) 273 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-18T08:16:51.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:50.563774+0000 mon.smithi161 (mon.0) 274 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:16:51.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:50.563979+0000 mon.smithi161 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:16:51.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:50.564171+0000 mon.smithi161 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:16:51.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:51.127245+0000 mon.smithi161 (mon.0) 277 : audit [INF] from='client.? 172.21.15.161:0/197466430' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f78fa4c-1dad-4f8a-b899-5ed91c27f75a"}]: dispatch 2024-01-18T08:16:51.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:51.130842+0000 mon.smithi161 (mon.0) 278 : audit [INF] from='client.? 172.21.15.161:0/197466430' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5f78fa4c-1dad-4f8a-b899-5ed91c27f75a"}]': finished 2024-01-18T08:16:51.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:51.130880+0000 mon.smithi161 (mon.0) 279 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-18T08:16:51.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:51.130981+0000 mon.smithi161 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:16:51.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:51.131206+0000 mon.smithi161 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:16:51.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:51.131330+0000 mon.smithi161 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:16:51.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:51.131450+0000 mon.smithi161 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:16:51.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:50.558872+0000 mon.smithi161 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.161:0/1396570181' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:16:51.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:50.559262+0000 mon.smithi187 (mon.1) 4 : audit [INF] from='client.? 172.21.15.187:0/3817306269' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f3a5d84-6b5f-4646-b5dd-3bca5197901d"}]: dispatch 2024-01-18T08:16:51.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:50.559561+0000 mon.smithi161 (mon.0) 271 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f3a5d84-6b5f-4646-b5dd-3bca5197901d"}]: dispatch 2024-01-18T08:16:51.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:50.563414+0000 mon.smithi161 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5f3a5d84-6b5f-4646-b5dd-3bca5197901d"}]': finished 2024-01-18T08:16:51.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:50.563482+0000 mon.smithi161 (mon.0) 273 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-18T08:16:51.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:50.563774+0000 mon.smithi161 (mon.0) 274 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:16:51.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:50.563979+0000 mon.smithi161 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:16:51.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:50.564171+0000 mon.smithi161 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:16:51.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:51.127245+0000 mon.smithi161 (mon.0) 277 : audit [INF] from='client.? 172.21.15.161:0/197466430' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f78fa4c-1dad-4f8a-b899-5ed91c27f75a"}]: dispatch 2024-01-18T08:16:51.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:51.130842+0000 mon.smithi161 (mon.0) 278 : audit [INF] from='client.? 172.21.15.161:0/197466430' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5f78fa4c-1dad-4f8a-b899-5ed91c27f75a"}]': finished 2024-01-18T08:16:51.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:51.130880+0000 mon.smithi161 (mon.0) 279 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-18T08:16:51.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:51.130981+0000 mon.smithi161 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:16:51.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:51.131206+0000 mon.smithi161 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:16:51.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:51.131330+0000 mon.smithi161 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:16:51.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:51.131450+0000 mon.smithi161 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:16:51.909 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:16:52.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:50.711635+0000 mgr.smithi161.xfxcne (mgr.14180) 63 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:52.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:51.756864+0000 mon.smithi187 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.187:0/3980778977' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:16:52.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:52.326264+0000 mon.smithi161 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.161:0/1121580788' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:16:52.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:52 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:50.711635+0000 mgr.smithi161.xfxcne (mgr.14180) 63 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:52.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:52 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:51.756864+0000 mon.smithi187 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.187:0/3980778977' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:16:52.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:52 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:52.326264+0000 mon.smithi161 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.161:0/1121580788' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:16:53.232 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:16:53.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:53 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:53.232499+0000 mon.smithi161 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.161:0/3937548948' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:16:53.606 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1705565811,"num_remapped_pgs":0} 2024-01-18T08:16:53.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:53 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:53.232499+0000 mon.smithi161 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.161:0/3937548948' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:16:54.608 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:16:54.637 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:52.711972+0000 mgr.smithi161.xfxcne (mgr.14180) 64 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:54.637 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:54.267023+0000 mon.smithi187 (mon.1) 6 : audit [INF] from='client.? 172.21.15.187:0/2359621528' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "00cd4438-fe53-4b9f-8a63-512c7bd4a51a"}]: dispatch 2024-01-18T08:16:54.637 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:54.267524+0000 mon.smithi161 (mon.0) 286 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "00cd4438-fe53-4b9f-8a63-512c7bd4a51a"}]: dispatch 2024-01-18T08:16:54.638 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:54.271107+0000 mon.smithi161 (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "00cd4438-fe53-4b9f-8a63-512c7bd4a51a"}]': finished 2024-01-18T08:16:54.638 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:54.271154+0000 mon.smithi161 (mon.0) 288 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-18T08:16:54.638 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:54.271276+0000 mon.smithi161 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:16:54.638 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:54.271529+0000 mon.smithi161 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:16:54.638 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:54.271693+0000 mon.smithi161 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:16:54.638 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:54.271855+0000 mon.smithi161 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:16:54.638 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:54.272014+0000 mon.smithi161 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:16:54.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:52.711972+0000 mgr.smithi161.xfxcne (mgr.14180) 64 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:54.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:54.267023+0000 mon.smithi187 (mon.1) 6 : audit [INF] from='client.? 172.21.15.187:0/2359621528' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "00cd4438-fe53-4b9f-8a63-512c7bd4a51a"}]: dispatch 2024-01-18T08:16:54.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:54.267524+0000 mon.smithi161 (mon.0) 286 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "00cd4438-fe53-4b9f-8a63-512c7bd4a51a"}]: dispatch 2024-01-18T08:16:54.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:54.271107+0000 mon.smithi161 (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "00cd4438-fe53-4b9f-8a63-512c7bd4a51a"}]': finished 2024-01-18T08:16:54.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:54.271154+0000 mon.smithi161 (mon.0) 288 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-18T08:16:54.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:54.271276+0000 mon.smithi161 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:16:54.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:54.271529+0000 mon.smithi161 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:16:54.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:54.271693+0000 mon.smithi161 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:16:54.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:54.271855+0000 mon.smithi161 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:16:54.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:54.272014+0000 mon.smithi161 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:16:55.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:54.857781+0000 mon.smithi161 (mon.0) 294 : audit [INF] from='client.? 172.21.15.161:0/4278827886' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0b9e64ba-e789-4448-b11e-2baccb94ef35"}]: dispatch 2024-01-18T08:16:55.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:54.861539+0000 mon.smithi161 (mon.0) 295 : audit [INF] from='client.? 172.21.15.161:0/4278827886' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0b9e64ba-e789-4448-b11e-2baccb94ef35"}]': finished 2024-01-18T08:16:55.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:54.861596+0000 mon.smithi161 (mon.0) 296 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-18T08:16:55.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:54.861689+0000 mon.smithi161 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:16:55.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:54.861956+0000 mon.smithi161 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:16:55.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:54.862111+0000 mon.smithi161 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:16:55.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:54.862280+0000 mon.smithi161 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:16:55.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:54.862436+0000 mon.smithi161 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:16:55.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:54.862599+0000 mon.smithi161 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:16:55.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:55 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:54.857781+0000 mon.smithi161 (mon.0) 294 : audit [INF] from='client.? 172.21.15.161:0/4278827886' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0b9e64ba-e789-4448-b11e-2baccb94ef35"}]: dispatch 2024-01-18T08:16:55.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:55 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:54.861539+0000 mon.smithi161 (mon.0) 295 : audit [INF] from='client.? 172.21.15.161:0/4278827886' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0b9e64ba-e789-4448-b11e-2baccb94ef35"}]': finished 2024-01-18T08:16:55.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:55 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:54.861596+0000 mon.smithi161 (mon.0) 296 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-18T08:16:55.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:55 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:54.861689+0000 mon.smithi161 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:16:55.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:55 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:54.861956+0000 mon.smithi161 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:16:55.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:55 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:54.862111+0000 mon.smithi161 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:16:55.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:55 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:54.862280+0000 mon.smithi161 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:16:55.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:55 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:54.862436+0000 mon.smithi161 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:16:55.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:55 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:54.862599+0000 mon.smithi161 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:16:56.123 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:16:56.415 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:54.712226+0000 mgr.smithi161.xfxcne (mgr.14180) 65 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:56.415 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:55.632927+0000 mon.smithi187 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.187:0/607026674' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:16:56.415 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:56.122756+0000 mon.smithi161 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.161:0/2915642607' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:16:56.415 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:56.356753+0000 mon.smithi161 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.161:0/3075962973' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:16:56.490 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1705565814,"num_remapped_pgs":0} 2024-01-18T08:16:56.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:54.712226+0000 mgr.smithi161.xfxcne (mgr.14180) 65 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:56.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:55.632927+0000 mon.smithi187 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.187:0/607026674' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:16:56.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:56.122756+0000 mon.smithi161 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.161:0/2915642607' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:16:56.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:56.356753+0000 mon.smithi161 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.161:0/3075962973' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:16:57.492 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:16:58.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:56.712452+0000 mgr.smithi161.xfxcne (mgr.14180) 66 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:58.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:58.137171+0000 mon.smithi187 (mon.1) 8 : audit [INF] from='client.? 172.21.15.187:0/4144464915' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "24dad9d5-b982-4f90-8609-9d049512a0b5"}]: dispatch 2024-01-18T08:16:58.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:58.137753+0000 mon.smithi161 (mon.0) 305 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "24dad9d5-b982-4f90-8609-9d049512a0b5"}]: dispatch 2024-01-18T08:16:58.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:58.141247+0000 mon.smithi161 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "24dad9d5-b982-4f90-8609-9d049512a0b5"}]': finished 2024-01-18T08:16:58.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:58.141296+0000 mon.smithi161 (mon.0) 307 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-18T08:16:58.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:58.141395+0000 mon.smithi161 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:16:58.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:58.141632+0000 mon.smithi161 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:16:58.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:58.141770+0000 mon.smithi161 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:16:58.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:58.141922+0000 mon.smithi161 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:16:58.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:58.142057+0000 mon.smithi161 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:16:58.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:58.142193+0000 mon.smithi161 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:16:58.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:58.142325+0000 mon.smithi161 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:16:58.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:56.712452+0000 mgr.smithi161.xfxcne (mgr.14180) 66 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:16:58.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:58.137171+0000 mon.smithi187 (mon.1) 8 : audit [INF] from='client.? 172.21.15.187:0/4144464915' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "24dad9d5-b982-4f90-8609-9d049512a0b5"}]: dispatch 2024-01-18T08:16:58.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:58.137753+0000 mon.smithi161 (mon.0) 305 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "24dad9d5-b982-4f90-8609-9d049512a0b5"}]: dispatch 2024-01-18T08:16:58.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:58.141247+0000 mon.smithi161 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "24dad9d5-b982-4f90-8609-9d049512a0b5"}]': finished 2024-01-18T08:16:58.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:58.141296+0000 mon.smithi161 (mon.0) 307 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-18T08:16:58.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:58.141395+0000 mon.smithi161 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:16:58.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:58.141632+0000 mon.smithi161 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:16:58.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:58.141770+0000 mon.smithi161 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:16:58.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:58.141922+0000 mon.smithi161 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:16:58.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:58.142057+0000 mon.smithi161 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:16:58.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:58.142193+0000 mon.smithi161 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:16:58.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:58.142325+0000 mon.smithi161 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:16:58.799 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:16:59.196 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1705565818,"num_remapped_pgs":0} 2024-01-18T08:16:59.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:58.799456+0000 mon.smithi161 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.161:0/20126979' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:16:59.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:58.916329+0000 mon.smithi161 (mon.0) 316 : audit [INF] from='client.? 172.21.15.161:0/1083044487' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8b9dcf3-7232-4e14-9c82-c4bbb6e8eb44"}]: dispatch 2024-01-18T08:16:59.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:58.920185+0000 mon.smithi161 (mon.0) 317 : audit [INF] from='client.? 172.21.15.161:0/1083044487' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8b9dcf3-7232-4e14-9c82-c4bbb6e8eb44"}]': finished 2024-01-18T08:16:59.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:58.920232+0000 mon.smithi161 (mon.0) 318 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-18T08:16:59.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:58.920322+0000 mon.smithi161 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:16:59.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:58.920611+0000 mon.smithi161 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:16:59.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:58.920779+0000 mon.smithi161 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:16:59.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:58.920937+0000 mon.smithi161 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:16:59.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:58.921103+0000 mon.smithi161 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:16:59.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:58.921259+0000 mon.smithi161 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:16:59.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:58.921415+0000 mon.smithi161 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:16:59.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:58.921581+0000 mon.smithi161 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:16:59.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:16:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:16:59.374248+0000 mon.smithi187 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.187:0/280751200' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:16:59.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:58.799456+0000 mon.smithi161 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.161:0/20126979' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:16:59.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:58.916329+0000 mon.smithi161 (mon.0) 316 : audit [INF] from='client.? 172.21.15.161:0/1083044487' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8b9dcf3-7232-4e14-9c82-c4bbb6e8eb44"}]: dispatch 2024-01-18T08:16:59.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:58.920185+0000 mon.smithi161 (mon.0) 317 : audit [INF] from='client.? 172.21.15.161:0/1083044487' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8b9dcf3-7232-4e14-9c82-c4bbb6e8eb44"}]': finished 2024-01-18T08:16:59.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:58.920232+0000 mon.smithi161 (mon.0) 318 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-18T08:16:59.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:58.920322+0000 mon.smithi161 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:16:59.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:58.920611+0000 mon.smithi161 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:16:59.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:58.920779+0000 mon.smithi161 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:16:59.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:58.920937+0000 mon.smithi161 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:16:59.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:58.921103+0000 mon.smithi161 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:16:59.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:58.921259+0000 mon.smithi161 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:16:59.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:58.921415+0000 mon.smithi161 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:16:59.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:58.921581+0000 mon.smithi161 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:16:59.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:16:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:16:59.374248+0000 mon.smithi187 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.187:0/280751200' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:17:00.198 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:17:00.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:00 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:16:58.712704+0000 mgr.smithi161.xfxcne (mgr.14180) 67 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:17:00.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:00 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:00.256186+0000 mon.smithi161 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.161:0/2913832476' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:17:00.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:00 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:16:58.712704+0000 mgr.smithi161.xfxcne (mgr.14180) 67 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:17:00.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:00 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:00.256186+0000 mon.smithi161 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.161:0/2913832476' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:17:01.588 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:17:01.956 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705565818,"num_remapped_pgs":0} 2024-01-18T08:17:02.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:02 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:00.712935+0000 mgr.smithi161.xfxcne (mgr.14180) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:17:02.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:02 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:01.588107+0000 mon.smithi161 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.161:0/1072870086' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:17:02.710 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:02 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:00.712935+0000 mgr.smithi161.xfxcne (mgr.14180) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:17:02.710 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:02 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:01.588107+0000 mon.smithi161 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.161:0/1072870086' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:17:02.957 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:17:04.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:04 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:02.713169+0000 mgr.smithi161.xfxcne (mgr.14180) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:17:04.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:04 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:03.636163+0000 mon.smithi161 (mon.0) 329 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T08:17:04.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:04 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:03.636707+0000 mon.smithi161 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:04.712 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:02.713169+0000 mgr.smithi161.xfxcne (mgr.14180) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:17:04.712 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:03.636163+0000 mon.smithi161 (mon.0) 329 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T08:17:04.712 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:03.636707+0000 mon.smithi161 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:04.831 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:17:05.215 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705565818,"num_remapped_pgs":0} 2024-01-18T08:17:05.512 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:05 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:17:03.637158+0000 mgr.smithi161.xfxcne (mgr.14180) 70 : cephadm [INF] Deploying daemon osd.0 on smithi187 2024-01-18T08:17:05.512 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:05 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:04.831931+0000 mon.smithi161 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.161:0/2610638325' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:17:05.512 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:05 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:05.382585+0000 mon.smithi161 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T08:17:05.512 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:05 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:05.383130+0000 mon.smithi161 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:05.765 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:05 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:17:03.637158+0000 mgr.smithi161.xfxcne (mgr.14180) 70 : cephadm [INF] Deploying daemon osd.0 on smithi187 2024-01-18T08:17:05.765 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:05 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:04.831931+0000 mon.smithi161 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.161:0/2610638325' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:17:05.765 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:05 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:05.382585+0000 mon.smithi161 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T08:17:05.765 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:05 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:05.383130+0000 mon.smithi161 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:06.216 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:17:06.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:06 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:04.713422+0000 mgr.smithi161.xfxcne (mgr.14180) 71 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:17:06.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:06 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:17:05.383622+0000 mgr.smithi161.xfxcne (mgr.14180) 72 : cephadm [INF] Deploying daemon osd.1 on smithi161 2024-01-18T08:17:06.690 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:04.713422+0000 mgr.smithi161.xfxcne (mgr.14180) 71 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:17:06.691 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:17:05.383622+0000 mgr.smithi161.xfxcne (mgr.14180) 72 : cephadm [INF] Deploying daemon osd.1 on smithi161 2024-01-18T08:17:07.900 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:17:08.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:07 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:06.713618+0000 mgr.smithi161.xfxcne (mgr.14180) 73 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:17:08.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:07 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:06.930543+0000 mon.smithi161 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:08.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:07 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:06.931125+0000 mon.smithi161 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T08:17:08.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:07 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:06.931622+0000 mon.smithi161 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:08.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:07 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:17:06.932074+0000 mgr.smithi161.xfxcne (mgr.14180) 74 : cephadm [INF] Deploying daemon osd.2 on smithi187 2024-01-18T08:17:08.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:07 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:07.900488+0000 mon.smithi161 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.161:0/2750504070' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:17:08.276 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:07 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:06.713618+0000 mgr.smithi161.xfxcne (mgr.14180) 73 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:17:08.277 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:07 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:06.930543+0000 mon.smithi161 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:08.277 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:07 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:06.931125+0000 mon.smithi161 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T08:17:08.277 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:07 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:06.931622+0000 mon.smithi161 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:08.277 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:07 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:17:06.932074+0000 mgr.smithi161.xfxcne (mgr.14180) 74 : cephadm [INF] Deploying daemon osd.2 on smithi187 2024-01-18T08:17:08.277 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:07 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:07.900488+0000 mon.smithi161 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.161:0/2750504070' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:17:08.556 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705565818,"num_remapped_pgs":0} 2024-01-18T08:17:09.558 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:17:10.261 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:08.714006+0000 mgr.smithi161.xfxcne (mgr.14180) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:17:10.262 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:09.212103+0000 mon.smithi161 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:10.262 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:09.212742+0000 mon.smithi161 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-18T08:17:10.262 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:09.213274+0000 mon.smithi161 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:10.262 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:17:09.213738+0000 mgr.smithi161.xfxcne (mgr.14180) 76 : cephadm [INF] Deploying daemon osd.3 on smithi161 2024-01-18T08:17:10.262 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:10.133912+0000 mon.smithi187 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.187:6800/76877836,v1:172.21.15.187:6801/76877836]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T08:17:10.262 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:10.135517+0000 mon.smithi161 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T08:17:10.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:08.714006+0000 mgr.smithi161.xfxcne (mgr.14180) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:17:10.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:09.212103+0000 mon.smithi161 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:10.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:09.212742+0000 mon.smithi161 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-18T08:17:10.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:09.213274+0000 mon.smithi161 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:10.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:17:09.213738+0000 mgr.smithi161.xfxcne (mgr.14180) 76 : cephadm [INF] Deploying daemon osd.3 on smithi161 2024-01-18T08:17:10.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:10.133912+0000 mon.smithi187 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.187:6800/76877836,v1:172.21.15.187:6801/76877836]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T08:17:10.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:10.135517+0000 mon.smithi161 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T08:17:11.302 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:17:11.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:10.217977+0000 mon.smithi161 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-18T08:17:11.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:10.218044+0000 mon.smithi161 (mon.0) 343 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-18T08:17:11.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:10.218176+0000 mon.smithi161 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:17:11.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:10.218527+0000 mon.smithi161 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:17:11.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:10.218573+0000 mon.smithi187 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.187:6800/76877836,v1:172.21.15.187:6801/76877836]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-18T08:17:11.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:10.218705+0000 mon.smithi161 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:17:11.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:10.218909+0000 mon.smithi161 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:17:11.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:10.219103+0000 mon.smithi161 (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=smithi187", "root=default"]}]: dispatch 2024-01-18T08:17:11.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:10.219294+0000 mon.smithi161 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:17:11.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:10.219424+0000 mon.smithi161 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:11.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:10.219587+0000 mon.smithi161 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:11.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:10.219730+0000 mon.smithi161 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:11.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:10.298216+0000 mon.smithi161 (mon.0) 353 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:11.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:10.298860+0000 mon.smithi161 (mon.0) 354 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-18T08:17:11.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:10.299510+0000 mon.smithi161 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:11.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:17:10.300093+0000 mgr.smithi161.xfxcne (mgr.14180) 77 : cephadm [INF] Deploying daemon osd.4 on smithi187 2024-01-18T08:17:11.430 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:10.217977+0000 mon.smithi161 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-18T08:17:11.430 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:10.218044+0000 mon.smithi161 (mon.0) 343 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-18T08:17:11.430 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:10.218176+0000 mon.smithi161 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:17:11.430 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:10.218527+0000 mon.smithi161 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:17:11.431 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:10.218573+0000 mon.smithi187 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.187:6800/76877836,v1:172.21.15.187:6801/76877836]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-18T08:17:11.431 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:10.218705+0000 mon.smithi161 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:17:11.431 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:10.218909+0000 mon.smithi161 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:17:11.431 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:10.219103+0000 mon.smithi161 (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=smithi187", "root=default"]}]: dispatch 2024-01-18T08:17:11.431 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:10.219294+0000 mon.smithi161 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:17:11.431 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:10.219424+0000 mon.smithi161 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:11.431 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:10.219587+0000 mon.smithi161 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:11.431 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:10.219730+0000 mon.smithi161 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:11.431 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:10.298216+0000 mon.smithi161 (mon.0) 353 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:11.431 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:10.298860+0000 mon.smithi161 (mon.0) 354 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-18T08:17:11.431 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:10.299510+0000 mon.smithi161 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:11.431 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:17:10.300093+0000 mgr.smithi161.xfxcne (mgr.14180) 77 : cephadm [INF] Deploying daemon osd.4 on smithi187 2024-01-18T08:17:11.644 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":15,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705565818,"num_remapped_pgs":0} 2024-01-18T08:17:12.502 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:10.714247+0000 mgr.smithi161.xfxcne (mgr.14180) 78 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:17:12.502 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:11.219051+0000 mon.smithi161 (mon.0) 356 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]': finished 2024-01-18T08:17:12.502 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:11.219111+0000 mon.smithi161 (mon.0) 357 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-18T08:17:12.502 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:11.219451+0000 mon.smithi161 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:17:12.502 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:11.219774+0000 mon.smithi161 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:17:12.502 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:11.219987+0000 mon.smithi161 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:17:12.503 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:11.220202+0000 mon.smithi161 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:17:12.503 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:11.220407+0000 mon.smithi161 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:17:12.503 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:11.220640+0000 mon.smithi161 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:12.503 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:11.220844+0000 mon.smithi161 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:12.503 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:11.221055+0000 mon.smithi161 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:12.503 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:11.225183+0000 mon.smithi161 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:17:12.503 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:11.301715+0000 mon.smithi161 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.161:0/316450929' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:17:12.518 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:10.714247+0000 mgr.smithi161.xfxcne (mgr.14180) 78 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:17:12.518 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:11.219051+0000 mon.smithi161 (mon.0) 356 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]': finished 2024-01-18T08:17:12.518 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:11.219111+0000 mon.smithi161 (mon.0) 357 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-18T08:17:12.518 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:11.219451+0000 mon.smithi161 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:17:12.518 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:11.219774+0000 mon.smithi161 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:17:12.518 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:11.219987+0000 mon.smithi161 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:17:12.518 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:11.220202+0000 mon.smithi161 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:17:12.518 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:11.220407+0000 mon.smithi161 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:17:12.518 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:11.220640+0000 mon.smithi161 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:12.518 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:11.220844+0000 mon.smithi161 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:12.519 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:11.221055+0000 mon.smithi161 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:12.519 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:11.225183+0000 mon.smithi161 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:17:12.519 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:11.301715+0000 mon.smithi161 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.161:0/316450929' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:17:12.646 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:17:13.315 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:11.151900+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:17:13.316 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:11.151942+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:17:13.316 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:12.225658+0000 mon.smithi161 (mon.0) 368 : cluster [INF] osd.0 [v2:172.21.15.187:6800/76877836,v1:172.21.15.187:6801/76877836] boot 2024-01-18T08:17:13.316 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:12.225694+0000 mon.smithi161 (mon.0) 369 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-18T08:17:13.316 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:12.226062+0000 mon.smithi161 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:17:13.316 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:12.226342+0000 mon.smithi161 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:17:13.316 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:12.226517+0000 mon.smithi161 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:17:13.316 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:12.226654+0000 mon.smithi161 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:17:13.316 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:12.226797+0000 mon.smithi161 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:17:13.316 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:12.229905+0000 mon.smithi161 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:13.316 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:12.230082+0000 mon.smithi161 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:13.316 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:12.230241+0000 mon.smithi161 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:13.316 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:12.398228+0000 mon.smithi161 (mon.0) 378 : audit [INF] from='osd.1 [v2:172.21.15.161:6802/1977646045,v1:172.21.15.161:6803/1977646045]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T08:17:13.316 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:13.095962+0000 mon.smithi161 (mon.0) 379 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:13.317 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:13.096795+0000 mon.smithi161 (mon.0) 380 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-18T08:17:13.317 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:13.097391+0000 mon.smithi161 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:13.511 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:11.151900+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:17:13.511 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:11.151942+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:17:13.511 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:12.225658+0000 mon.smithi161 (mon.0) 368 : cluster [INF] osd.0 [v2:172.21.15.187:6800/76877836,v1:172.21.15.187:6801/76877836] boot 2024-01-18T08:17:13.511 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:12.225694+0000 mon.smithi161 (mon.0) 369 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-18T08:17:13.511 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:12.226062+0000 mon.smithi161 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:17:13.511 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:12.226342+0000 mon.smithi161 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:17:13.512 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:12.226517+0000 mon.smithi161 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:17:13.512 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:12.226654+0000 mon.smithi161 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:17:13.512 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:12.226797+0000 mon.smithi161 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:17:13.512 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:12.229905+0000 mon.smithi161 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:13.512 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:12.230082+0000 mon.smithi161 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:13.512 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:12.230241+0000 mon.smithi161 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:13.512 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:12.398228+0000 mon.smithi161 (mon.0) 378 : audit [INF] from='osd.1 [v2:172.21.15.161:6802/1977646045,v1:172.21.15.161:6803/1977646045]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T08:17:13.512 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:13.095962+0000 mon.smithi161 (mon.0) 379 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:13.512 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:13.096795+0000 mon.smithi161 (mon.0) 380 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-18T08:17:13.512 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:13.097391+0000 mon.smithi161 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:14.143 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:17:14.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:12.714452+0000 mgr.smithi161.xfxcne (mgr.14180) 79 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:17:14.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:17:13.097845+0000 mgr.smithi161.xfxcne (mgr.14180) 80 : cephadm [INF] Deploying daemon osd.5 on smithi161 2024-01-18T08:17:14.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:13.233324+0000 mon.smithi161 (mon.0) 382 : audit [INF] from='osd.1 [v2:172.21.15.161:6802/1977646045,v1:172.21.15.161:6803/1977646045]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-18T08:17:14.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:13.233371+0000 mon.smithi161 (mon.0) 383 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-18T08:17:14.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:13.233673+0000 mon.smithi161 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:17:14.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:13.234048+0000 mon.smithi161 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:17:14.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:13.234212+0000 mon.smithi161 (mon.0) 386 : audit [INF] from='osd.1 [v2:172.21.15.161:6802/1977646045,v1:172.21.15.161:6803/1977646045]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-01-18T08:17:14.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:13.234396+0000 mon.smithi161 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:17:14.277 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:13.234537+0000 mon.smithi161 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:17:14.277 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:13.234700+0000 mon.smithi161 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:14.277 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:13.234861+0000 mon.smithi161 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:14.277 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:13.234996+0000 mon.smithi161 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:14.277 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:13.513774+0000 mon.smithi187 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.187:6808/3719889847,v1:172.21.15.187:6809/3719889847]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T08:17:14.277 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:13.514352+0000 mon.smithi161 (mon.0) 392 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T08:17:14.277 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:13.922639+0000 mon.smithi161 (mon.0) 393 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:14.277 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:13.923331+0000 mon.smithi161 (mon.0) 394 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-18T08:17:14.277 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:13.923950+0000 mon.smithi161 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:14.277 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:14.142776+0000 mon.smithi161 (mon.0) 396 : audit [DBG] from='client.? 172.21.15.161:0/834489526' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:17:14.508 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:12.714452+0000 mgr.smithi161.xfxcne (mgr.14180) 79 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:17:14.509 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:17:13.097845+0000 mgr.smithi161.xfxcne (mgr.14180) 80 : cephadm [INF] Deploying daemon osd.5 on smithi161 2024-01-18T08:17:14.509 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:13.233324+0000 mon.smithi161 (mon.0) 382 : audit [INF] from='osd.1 [v2:172.21.15.161:6802/1977646045,v1:172.21.15.161:6803/1977646045]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-18T08:17:14.509 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:13.233371+0000 mon.smithi161 (mon.0) 383 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-18T08:17:14.509 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:13.233673+0000 mon.smithi161 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:17:14.509 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:13.234048+0000 mon.smithi161 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:17:14.509 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:13.234212+0000 mon.smithi161 (mon.0) 386 : audit [INF] from='osd.1 [v2:172.21.15.161:6802/1977646045,v1:172.21.15.161:6803/1977646045]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-01-18T08:17:14.509 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:13.234396+0000 mon.smithi161 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:17:14.509 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:13.234537+0000 mon.smithi161 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:17:14.509 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:13.234700+0000 mon.smithi161 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:14.509 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:13.234861+0000 mon.smithi161 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:14.509 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:13.234996+0000 mon.smithi161 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:14.509 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:13.513774+0000 mon.smithi187 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.187:6808/3719889847,v1:172.21.15.187:6809/3719889847]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T08:17:14.509 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:13.514352+0000 mon.smithi161 (mon.0) 392 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T08:17:14.509 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:13.922639+0000 mon.smithi161 (mon.0) 393 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:14.510 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:13.923331+0000 mon.smithi161 (mon.0) 394 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-18T08:17:14.510 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:13.923950+0000 mon.smithi161 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:14.510 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:14.142776+0000 mon.smithi161 (mon.0) 396 : audit [DBG] from='client.? 172.21.15.161:0/834489526' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:17:14.789 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1705565832,"num_in_osds":8,"osd_in_since":1705565818,"num_remapped_pgs":0} 2024-01-18T08:17:15.246 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:17:13.924471+0000 mgr.smithi161.xfxcne (mgr.14180) 81 : cephadm [INF] Deploying daemon osd.6 on smithi187 2024-01-18T08:17:15.246 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:14.234288+0000 mon.smithi161 (mon.0) 397 : audit [INF] from='osd.1 [v2:172.21.15.161:6802/1977646045,v1:172.21.15.161:6803/1977646045]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-01-18T08:17:15.246 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:14.234355+0000 mon.smithi161 (mon.0) 398 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-18T08:17:15.246 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:14.234411+0000 mon.smithi161 (mon.0) 399 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-18T08:17:15.246 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:14.234761+0000 mon.smithi161 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:17:15.246 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:14.235038+0000 mon.smithi161 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:17:15.247 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:14.235240+0000 mon.smithi187 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.187:6808/3719889847,v1:172.21.15.187:6809/3719889847]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-18T08:17:15.247 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:14.235451+0000 mon.smithi161 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:17:15.247 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:14.239039+0000 mon.smithi161 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:17:15.247 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:14.239300+0000 mon.smithi161 (mon.0) 404 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-18T08:17:15.247 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:14.239500+0000 mon.smithi161 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:15.247 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:14.239731+0000 mon.smithi161 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:15.247 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:14.239957+0000 mon.smithi161 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:15.247 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:14.240212+0000 mon.smithi161 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:17:15.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:17:13.924471+0000 mgr.smithi161.xfxcne (mgr.14180) 81 : cephadm [INF] Deploying daemon osd.6 on smithi187 2024-01-18T08:17:15.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:14.234288+0000 mon.smithi161 (mon.0) 397 : audit [INF] from='osd.1 [v2:172.21.15.161:6802/1977646045,v1:172.21.15.161:6803/1977646045]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-01-18T08:17:15.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:14.234355+0000 mon.smithi161 (mon.0) 398 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-18T08:17:15.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:14.234411+0000 mon.smithi161 (mon.0) 399 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-18T08:17:15.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:14.234761+0000 mon.smithi161 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:17:15.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:14.235038+0000 mon.smithi161 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:17:15.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:14.235240+0000 mon.smithi187 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.187:6808/3719889847,v1:172.21.15.187:6809/3719889847]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-18T08:17:15.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:14.235451+0000 mon.smithi161 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:17:15.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:14.239039+0000 mon.smithi161 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:17:15.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:14.239300+0000 mon.smithi161 (mon.0) 404 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-18T08:17:15.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:14.239500+0000 mon.smithi161 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:15.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:14.239731+0000 mon.smithi161 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:15.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:14.239957+0000 mon.smithi161 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:15.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:14.240212+0000 mon.smithi161 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:17:15.790 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:17:16.383 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:13.356916+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:17:16.383 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:13.356982+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:17:16.383 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:14.714823+0000 mgr.smithi161.xfxcne (mgr.14180) 82 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T08:17:16.383 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:15.238881+0000 mon.smithi161 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:17:16.383 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:15.243081+0000 mon.smithi161 (mon.0) 410 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]': finished 2024-01-18T08:17:16.384 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:15.243148+0000 mon.smithi161 (mon.0) 411 : cluster [INF] osd.1 [v2:172.21.15.161:6802/1977646045,v1:172.21.15.161:6803/1977646045] boot 2024-01-18T08:17:16.384 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:15.243177+0000 mon.smithi161 (mon.0) 412 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-01-18T08:17:16.384 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:15.243893+0000 mon.smithi161 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:17:16.384 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:15.244160+0000 mon.smithi161 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:17:16.384 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:15.244334+0000 mon.smithi161 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:17:16.384 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:15.244493+0000 mon.smithi161 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:17:16.385 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:15.244682+0000 mon.smithi161 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:16.385 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:15.244842+0000 mon.smithi161 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:16.385 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:15.244999+0000 mon.smithi161 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:16.385 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:15.247349+0000 mon.smithi161 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:17:16.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:13.356916+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:17:16.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:13.356982+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:17:16.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:14.714823+0000 mgr.smithi161.xfxcne (mgr.14180) 82 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T08:17:16.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:15.238881+0000 mon.smithi161 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:17:16.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:15.243081+0000 mon.smithi161 (mon.0) 410 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]': finished 2024-01-18T08:17:16.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:15.243148+0000 mon.smithi161 (mon.0) 411 : cluster [INF] osd.1 [v2:172.21.15.161:6802/1977646045,v1:172.21.15.161:6803/1977646045] boot 2024-01-18T08:17:16.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:15.243177+0000 mon.smithi161 (mon.0) 412 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-01-18T08:17:16.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:15.243893+0000 mon.smithi161 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:17:16.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:15.244160+0000 mon.smithi161 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:17:16.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:15.244334+0000 mon.smithi161 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:17:16.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:15.244493+0000 mon.smithi161 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:17:16.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:15.244682+0000 mon.smithi161 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:16.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:15.244842+0000 mon.smithi161 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:16.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:15.244999+0000 mon.smithi161 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:16.602 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:15.247349+0000 mon.smithi161 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:17:17.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:14.483638+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:17:17.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:14.483733+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:17:17.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:16.244427+0000 mon.smithi161 (mon.0) 421 : cluster [INF] osd.2 [v2:172.21.15.187:6808/3719889847,v1:172.21.15.187:6809/3719889847] boot 2024-01-18T08:17:17.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:16.244474+0000 mon.smithi161 (mon.0) 422 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-18T08:17:17.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:16.244855+0000 mon.smithi161 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:17:17.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:16.245125+0000 mon.smithi161 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:17:17.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:16.245315+0000 mon.smithi161 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:17:17.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:16.249117+0000 mon.smithi161 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:17.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:16.249425+0000 mon.smithi161 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:17.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:16.249592+0000 mon.smithi161 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:17.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:16.249800+0000 mon.smithi161 (mon.0) 429 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-18T08:17:17.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:16.304062+0000 mon.smithi187 (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.161:6810/272415389,v1:172.21.15.161:6811/272415389]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-18T08:17:17.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:16.502106+0000 mon.smithi161 (mon.0) 430 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-18T08:17:17.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:17.135523+0000 mon.smithi187 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.187:6816/768828690,v1:172.21.15.187:6817/768828690]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T08:17:17.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:17.135833+0000 mon.smithi161 (mon.0) 431 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T08:17:17.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:14.483638+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:17:17.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:14.483733+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:17:17.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:16.244427+0000 mon.smithi161 (mon.0) 421 : cluster [INF] osd.2 [v2:172.21.15.187:6808/3719889847,v1:172.21.15.187:6809/3719889847] boot 2024-01-18T08:17:17.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:16.244474+0000 mon.smithi161 (mon.0) 422 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-18T08:17:17.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:16.244855+0000 mon.smithi161 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:17:17.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:16.245125+0000 mon.smithi161 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:17:17.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:16.245315+0000 mon.smithi161 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:17:17.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:16.249117+0000 mon.smithi161 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:17.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:16.249425+0000 mon.smithi161 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:17.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:16.249592+0000 mon.smithi161 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:17.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:16.249800+0000 mon.smithi161 (mon.0) 429 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-18T08:17:17.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:16.304062+0000 mon.smithi187 (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.161:6810/272415389,v1:172.21.15.161:6811/272415389]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-18T08:17:17.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:16.502106+0000 mon.smithi161 (mon.0) 430 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-18T08:17:17.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:17.135523+0000 mon.smithi187 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.187:6816/768828690,v1:172.21.15.187:6817/768828690]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T08:17:17.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:17.135833+0000 mon.smithi161 (mon.0) 431 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T08:17:17.702 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:17:18.188 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":21,"num_osds":8,"num_up_osds":3,"osd_up_since":1705565836,"num_in_osds":8,"osd_in_since":1705565818,"num_remapped_pgs":0} 2024-01-18T08:17:18.403 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:16.715234+0000 mgr.smithi161.xfxcne (mgr.14180) 83 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-18T08:17:18.403 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:17.257595+0000 mon.smithi161 (mon.0) 432 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-18T08:17:18.403 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:17.257656+0000 mon.smithi161 (mon.0) 433 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-18T08:17:18.403 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:17.257720+0000 mon.smithi161 (mon.0) 434 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-18T08:17:18.403 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:17.257767+0000 mon.smithi161 (mon.0) 435 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-18T08:17:18.403 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:17.258081+0000 mon.smithi161 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:17:18.404 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:17.258495+0000 mon.smithi187 (mon.1) 16 : audit [INF] from='osd.3 [v2:172.21.15.161:6810/272415389,v1:172.21.15.161:6811/272415389]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-01-18T08:17:18.404 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:17.258613+0000 mon.smithi161 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:17:18.404 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:17.258650+0000 mon.smithi187 (mon.1) 17 : audit [INF] from='osd.4 [v2:172.21.15.187:6816/768828690,v1:172.21.15.187:6817/768828690]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-18T08:17:18.404 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:17.258809+0000 mon.smithi161 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:18.404 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:17.258956+0000 mon.smithi161 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:18.404 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:17.259103+0000 mon.smithi161 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:18.404 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:17.259588+0000 mon.smithi161 (mon.0) 441 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T08:17:18.404 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:17.262537+0000 mon.smithi161 (mon.0) 442 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:18.404 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:17.262961+0000 mon.smithi161 (mon.0) 443 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-01-18T08:17:18.404 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:17.263295+0000 mon.smithi161 (mon.0) 444 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-18T08:17:18.404 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:17.263460+0000 mon.smithi161 (mon.0) 445 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-18T08:17:18.404 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:17.263978+0000 mon.smithi161 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:18.404 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:17:17.264413+0000 mgr.smithi161.xfxcne (mgr.14180) 84 : cephadm [INF] Deploying daemon osd.7 on smithi161 2024-01-18T08:17:18.404 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:17.421282+0000 mon.smithi161 (mon.0) 447 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:18.405 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:17.702266+0000 mon.smithi161 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.161:0/1317439461' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:17:18.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:16.715234+0000 mgr.smithi161.xfxcne (mgr.14180) 83 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-18T08:17:18.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:17.257595+0000 mon.smithi161 (mon.0) 432 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-18T08:17:18.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:17.257656+0000 mon.smithi161 (mon.0) 433 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-18T08:17:18.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:17.257720+0000 mon.smithi161 (mon.0) 434 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-18T08:17:18.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:17.257767+0000 mon.smithi161 (mon.0) 435 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-18T08:17:18.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:17.258081+0000 mon.smithi161 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:17:18.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:17.258495+0000 mon.smithi187 (mon.1) 16 : audit [INF] from='osd.3 [v2:172.21.15.161:6810/272415389,v1:172.21.15.161:6811/272415389]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-01-18T08:17:18.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:17.258613+0000 mon.smithi161 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:17:18.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:17.258650+0000 mon.smithi187 (mon.1) 17 : audit [INF] from='osd.4 [v2:172.21.15.187:6816/768828690,v1:172.21.15.187:6817/768828690]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-18T08:17:18.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:17.258809+0000 mon.smithi161 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:18.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:17.258956+0000 mon.smithi161 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:18.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:17.259103+0000 mon.smithi161 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:18.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:17.259588+0000 mon.smithi161 (mon.0) 441 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T08:17:18.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:17.262537+0000 mon.smithi161 (mon.0) 442 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:18.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:17.262961+0000 mon.smithi161 (mon.0) 443 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-01-18T08:17:18.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:17.263295+0000 mon.smithi161 (mon.0) 444 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-18T08:17:18.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:17.263460+0000 mon.smithi161 (mon.0) 445 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-18T08:17:18.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:17.263978+0000 mon.smithi161 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:18.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:17:17.264413+0000 mgr.smithi161.xfxcne (mgr.14180) 84 : cephadm [INF] Deploying daemon osd.7 on smithi161 2024-01-18T08:17:18.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:17.421282+0000 mon.smithi161 (mon.0) 447 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:18.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:17.702266+0000 mon.smithi161 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.161:0/1317439461' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:17:19.189 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:17:19.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:18.256235+0000 mon.smithi161 (mon.0) 449 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-18T08:17:19.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:18.256293+0000 mon.smithi161 (mon.0) 450 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-01-18T08:17:19.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:18.256383+0000 mon.smithi161 (mon.0) 451 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]': finished 2024-01-18T08:17:19.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:18.256452+0000 mon.smithi161 (mon.0) 452 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-18T08:17:19.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:18.256837+0000 mon.smithi161 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:17:19.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:18.257107+0000 mon.smithi161 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:17:19.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:18.257360+0000 mon.smithi161 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:19.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:18.261618+0000 mon.smithi161 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:19.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:18.261835+0000 mon.smithi161 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:19.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:18.262070+0000 mon.smithi161 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:17:19.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:18.262262+0000 mon.smithi161 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:17:19.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:18.256235+0000 mon.smithi161 (mon.0) 449 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-18T08:17:19.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:18.256293+0000 mon.smithi161 (mon.0) 450 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-01-18T08:17:19.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:18.256383+0000 mon.smithi161 (mon.0) 451 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]': finished 2024-01-18T08:17:19.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:18.256452+0000 mon.smithi161 (mon.0) 452 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-18T08:17:19.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:18.256837+0000 mon.smithi161 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:17:19.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:18.257107+0000 mon.smithi161 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:17:19.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:18.257360+0000 mon.smithi161 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:19.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:18.261618+0000 mon.smithi161 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:19.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:18.261835+0000 mon.smithi161 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:19.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:18.262070+0000 mon.smithi161 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:17:19.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:18.262262+0000 mon.smithi161 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:17:20.402 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:17.330928+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:17:20.402 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:17.330976+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:17:20.402 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:18.157692+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:17:20.402 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:18.157731+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:17:20.402 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:18.715619+0000 mgr.smithi161.xfxcne (mgr.14180) 85 : cluster [DBG] pgmap v53: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-18T08:17:20.402 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:19.260116+0000 mon.smithi161 (mon.0) 460 : cluster [INF] osd.3 [v2:172.21.15.161:6810/272415389,v1:172.21.15.161:6811/272415389] boot 2024-01-18T08:17:20.402 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:19.260151+0000 mon.smithi161 (mon.0) 461 : cluster [INF] osd.4 [v2:172.21.15.187:6816/768828690,v1:172.21.15.187:6817/768828690] boot 2024-01-18T08:17:20.402 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:19.260184+0000 mon.smithi161 (mon.0) 462 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-01-18T08:17:20.402 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:19.260928+0000 mon.smithi161 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:17:20.402 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:19.261293+0000 mon.smithi161 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:17:20.402 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:19.264432+0000 mon.smithi161 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:20.403 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:19.264662+0000 mon.smithi161 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:20.403 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:19.264805+0000 mon.smithi161 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:20.403 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:19.284163+0000 mon.smithi161 (mon.0) 468 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:20.403 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:20.265871+0000 mon.smithi161 (mon.0) 469 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-01-18T08:17:20.403 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:20.265990+0000 mon.smithi161 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:20.403 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:20.266206+0000 mon.smithi161 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:20.403 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:20.266391+0000 mon.smithi161 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:20.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:17.330928+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:17:20.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:17.330976+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:17:20.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:18.157692+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:17:20.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:18.157731+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:17:20.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:18.715619+0000 mgr.smithi161.xfxcne (mgr.14180) 85 : cluster [DBG] pgmap v53: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-18T08:17:20.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:19.260116+0000 mon.smithi161 (mon.0) 460 : cluster [INF] osd.3 [v2:172.21.15.161:6810/272415389,v1:172.21.15.161:6811/272415389] boot 2024-01-18T08:17:20.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:19.260151+0000 mon.smithi161 (mon.0) 461 : cluster [INF] osd.4 [v2:172.21.15.187:6816/768828690,v1:172.21.15.187:6817/768828690] boot 2024-01-18T08:17:20.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:19.260184+0000 mon.smithi161 (mon.0) 462 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-01-18T08:17:20.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:19.260928+0000 mon.smithi161 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:17:20.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:19.261293+0000 mon.smithi161 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:17:20.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:19.264432+0000 mon.smithi161 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:20.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:19.264662+0000 mon.smithi161 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:20.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:19.264805+0000 mon.smithi161 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:20.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:19.284163+0000 mon.smithi161 (mon.0) 468 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:20.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:20.265871+0000 mon.smithi161 (mon.0) 469 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-01-18T08:17:20.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:20.265990+0000 mon.smithi161 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:20.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:20.266206+0000 mon.smithi161 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:20.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:20.266391+0000 mon.smithi161 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:20.771 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:17:21.104 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":24,"num_osds":8,"num_up_osds":5,"osd_up_since":1705565839,"num_in_osds":8,"osd_in_since":1705565818,"num_remapped_pgs":0} 2024-01-18T08:17:21.705 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:20.453746+0000 mon.smithi161 (mon.0) 473 : audit [INF] from='osd.5 [v2:172.21.15.161:6818/644016041,v1:172.21.15.161:6819/644016041]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T08:17:21.706 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:20.606891+0000 mon.smithi187 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.187:6824/2821868579,v1:172.21.15.187:6825/2821868579]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T08:17:21.706 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:20.607211+0000 mon.smithi161 (mon.0) 474 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T08:17:21.706 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:20.770753+0000 mon.smithi161 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.161:0/1318771175' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:17:21.706 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:21.268815+0000 mon.smithi161 (mon.0) 476 : audit [INF] from='osd.5 [v2:172.21.15.161:6818/644016041,v1:172.21.15.161:6819/644016041]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-18T08:17:21.706 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:21.268862+0000 mon.smithi161 (mon.0) 477 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-18T08:17:21.706 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:21.268916+0000 mon.smithi161 (mon.0) 478 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-01-18T08:17:21.706 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:21.269055+0000 mon.smithi161 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:21.706 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:21.269447+0000 mon.smithi161 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:21.706 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:21.269680+0000 mon.smithi161 (mon.0) 481 : audit [INF] from='osd.5 [v2:172.21.15.161:6818/644016041,v1:172.21.15.161:6819/644016041]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-01-18T08:17:21.707 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:21.269765+0000 mon.smithi187 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.187:6824/2821868579,v1:172.21.15.187:6825/2821868579]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-18T08:17:21.707 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:21.269995+0000 mon.smithi161 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:21.707 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:21.270352+0000 mon.smithi161 (mon.0) 483 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-18T08:17:21.707 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:21.352263+0000 mon.smithi161 (mon.0) 484 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:21.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:20.453746+0000 mon.smithi161 (mon.0) 473 : audit [INF] from='osd.5 [v2:172.21.15.161:6818/644016041,v1:172.21.15.161:6819/644016041]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T08:17:21.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:20.606891+0000 mon.smithi187 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.187:6824/2821868579,v1:172.21.15.187:6825/2821868579]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T08:17:21.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:20.607211+0000 mon.smithi161 (mon.0) 474 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T08:17:21.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:20.770753+0000 mon.smithi161 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.161:0/1318771175' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:17:21.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:21.268815+0000 mon.smithi161 (mon.0) 476 : audit [INF] from='osd.5 [v2:172.21.15.161:6818/644016041,v1:172.21.15.161:6819/644016041]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-18T08:17:21.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:21.268862+0000 mon.smithi161 (mon.0) 477 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-18T08:17:21.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:21.268916+0000 mon.smithi161 (mon.0) 478 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-01-18T08:17:21.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:21.269055+0000 mon.smithi161 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:21.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:21.269447+0000 mon.smithi161 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:21.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:21.269680+0000 mon.smithi161 (mon.0) 481 : audit [INF] from='osd.5 [v2:172.21.15.161:6818/644016041,v1:172.21.15.161:6819/644016041]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-01-18T08:17:21.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:21.269765+0000 mon.smithi187 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.187:6824/2821868579,v1:172.21.15.187:6825/2821868579]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-18T08:17:21.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:21.269995+0000 mon.smithi161 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:21.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:21.270352+0000 mon.smithi161 (mon.0) 483 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-18T08:17:21.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:21.352263+0000 mon.smithi161 (mon.0) 484 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:22.105 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:17:22.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:20.715889+0000 mgr.smithi161.xfxcne (mgr.14180) 86 : cluster [DBG] pgmap v56: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-18T08:17:22.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:22.268047+0000 mon.smithi161 (mon.0) 485 : audit [INF] from='osd.5 [v2:172.21.15.161:6818/644016041,v1:172.21.15.161:6819/644016041]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-01-18T08:17:22.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:22.268133+0000 mon.smithi161 (mon.0) 486 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]': finished 2024-01-18T08:17:22.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:22.268202+0000 mon.smithi161 (mon.0) 487 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-01-18T08:17:22.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:22.268338+0000 mon.smithi161 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:22.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:22.268702+0000 mon.smithi161 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:22.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:22.269118+0000 mon.smithi161 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:22.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:22.271295+0000 mon.smithi161 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:22.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:22.272670+0000 mon.smithi161 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:22.652 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:20.715889+0000 mgr.smithi161.xfxcne (mgr.14180) 86 : cluster [DBG] pgmap v56: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-18T08:17:22.652 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:22.268047+0000 mon.smithi161 (mon.0) 485 : audit [INF] from='osd.5 [v2:172.21.15.161:6818/644016041,v1:172.21.15.161:6819/644016041]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-01-18T08:17:22.653 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:22.268133+0000 mon.smithi161 (mon.0) 486 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]': finished 2024-01-18T08:17:22.653 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:22.268202+0000 mon.smithi161 (mon.0) 487 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-01-18T08:17:22.653 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:22.268338+0000 mon.smithi161 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:22.653 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:22.268702+0000 mon.smithi161 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:22.653 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:22.269118+0000 mon.smithi161 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:22.653 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:22.271295+0000 mon.smithi161 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:22.653 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:22.272670+0000 mon.smithi161 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:23.957 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:17:24.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:21.441301+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:17:24.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:21.441351+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:17:24.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:21.633571+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:17:24.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:21.633660+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:17:24.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:22.716215+0000 mgr.smithi161.xfxcne (mgr.14180) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-18T08:17:24.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:23.272152+0000 mon.smithi161 (mon.0) 493 : cluster [INF] osd.6 [v2:172.21.15.187:6824/2821868579,v1:172.21.15.187:6825/2821868579] boot 2024-01-18T08:17:24.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:23.272200+0000 mon.smithi161 (mon.0) 494 : cluster [INF] osd.5 [v2:172.21.15.161:6818/644016041,v1:172.21.15.161:6819/644016041] boot 2024-01-18T08:17:24.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:23.272229+0000 mon.smithi161 (mon.0) 495 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-01-18T08:17:24.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:23.272338+0000 mon.smithi161 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:24.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:23.272728+0000 mon.smithi161 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:24.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:23.272973+0000 mon.smithi161 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:24.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:23.499872+0000 mon.smithi161 (mon.0) 499 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:24.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:23.501578+0000 mon.smithi161 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:17:24.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:23.957068+0000 mon.smithi161 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.161:0/2311054179' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:17:24.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:21.441301+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:17:24.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:21.441351+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:17:24.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:21.633571+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:17:24.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:21.633660+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:17:24.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:22.716215+0000 mgr.smithi161.xfxcne (mgr.14180) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-18T08:17:24.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:23.272152+0000 mon.smithi161 (mon.0) 493 : cluster [INF] osd.6 [v2:172.21.15.187:6824/2821868579,v1:172.21.15.187:6825/2821868579] boot 2024-01-18T08:17:24.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:23.272200+0000 mon.smithi161 (mon.0) 494 : cluster [INF] osd.5 [v2:172.21.15.161:6818/644016041,v1:172.21.15.161:6819/644016041] boot 2024-01-18T08:17:24.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:23.272229+0000 mon.smithi161 (mon.0) 495 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-01-18T08:17:24.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:23.272338+0000 mon.smithi161 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:17:24.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:23.272728+0000 mon.smithi161 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:17:24.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:23.272973+0000 mon.smithi161 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:24.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:23.499872+0000 mon.smithi161 (mon.0) 499 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:24.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:23.501578+0000 mon.smithi161 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:17:24.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:23.957068+0000 mon.smithi161 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.161:0/2311054179' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:17:24.737 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":27,"num_osds":8,"num_up_osds":7,"osd_up_since":1705565843,"num_in_osds":8,"osd_in_since":1705565818,"num_remapped_pgs":0} 2024-01-18T08:17:25.493 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:24.390710+0000 mon.smithi161 (mon.0) 502 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-01-18T08:17:25.493 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:24.390819+0000 mon.smithi161 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:25.493 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:24.534121+0000 mon.smithi161 (mon.0) 504 : audit [INF] from='osd.7 [v2:172.21.15.161:6826/530914573,v1:172.21.15.161:6827/530914573]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-18T08:17:25.494 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:24.830438+0000 mon.smithi161 (mon.0) 505 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:25.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:24.390710+0000 mon.smithi161 (mon.0) 502 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-01-18T08:17:25.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:24.390819+0000 mon.smithi161 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:25.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:24.534121+0000 mon.smithi161 (mon.0) 504 : audit [INF] from='osd.7 [v2:172.21.15.161:6826/530914573,v1:172.21.15.161:6827/530914573]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-18T08:17:25.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:24.830438+0000 mon.smithi161 (mon.0) 505 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:25.738 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:17:26.673 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:24.716565+0000 mgr.smithi161.xfxcne (mgr.14180) 88 : cluster [DBG] pgmap v62: 1 pgs: 1 creating+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T08:17:26.673 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:25.395450+0000 mon.smithi161 (mon.0) 506 : audit [INF] from='osd.7 [v2:172.21.15.161:6826/530914573,v1:172.21.15.161:6827/530914573]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-18T08:17:26.673 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:25.395520+0000 mon.smithi161 (mon.0) 507 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-01-18T08:17:26.673 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:25.395645+0000 mon.smithi161 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:26.673 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:25.396099+0000 mon.smithi161 (mon.0) 509 : audit [INF] from='osd.7 [v2:172.21.15.161:6826/530914573,v1:172.21.15.161:6827/530914573]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-01-18T08:17:26.815 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:24.716565+0000 mgr.smithi161.xfxcne (mgr.14180) 88 : cluster [DBG] pgmap v62: 1 pgs: 1 creating+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T08:17:26.815 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:25.395450+0000 mon.smithi161 (mon.0) 506 : audit [INF] from='osd.7 [v2:172.21.15.161:6826/530914573,v1:172.21.15.161:6827/530914573]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-18T08:17:26.815 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:25.395520+0000 mon.smithi161 (mon.0) 507 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-01-18T08:17:26.815 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:25.395645+0000 mon.smithi161 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:26.815 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:25.396099+0000 mon.smithi161 (mon.0) 509 : audit [INF] from='osd.7 [v2:172.21.15.161:6826/530914573,v1:172.21.15.161:6827/530914573]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2024-01-18T08:17:27.255 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:17:27.618 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:26.396772+0000 mon.smithi161 (mon.0) 510 : audit [INF] from='osd.7 [v2:172.21.15.161:6826/530914573,v1:172.21.15.161:6827/530914573]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-01-18T08:17:27.618 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:26.396827+0000 mon.smithi161 (mon.0) 511 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-01-18T08:17:27.618 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:26.397162+0000 mon.smithi161 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:27.618 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:26.401302+0000 mon.smithi161 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:27.618 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:26.927523+0000 mon.smithi161 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:27.618 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:27.255316+0000 mon.smithi161 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.161:0/1042918899' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:17:27.618 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:27.387829+0000 mon.smithi161 (mon.0) 516 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:27.660 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":30,"num_osds":8,"num_up_osds":7,"osd_up_since":1705565843,"num_in_osds":8,"osd_in_since":1705565818,"num_remapped_pgs":0} 2024-01-18T08:17:27.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:26.396772+0000 mon.smithi161 (mon.0) 510 : audit [INF] from='osd.7 [v2:172.21.15.161:6826/530914573,v1:172.21.15.161:6827/530914573]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-01-18T08:17:27.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:26.396827+0000 mon.smithi161 (mon.0) 511 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-01-18T08:17:27.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:26.397162+0000 mon.smithi161 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:27.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:26.401302+0000 mon.smithi161 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:27.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:26.927523+0000 mon.smithi161 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:27.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:27.255316+0000 mon.smithi161 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.161:0/1042918899' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:17:27.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:27.387829+0000 mon.smithi161 (mon.0) 516 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:28.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:25.553503+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:17:28.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:25.553590+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:17:28.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:26.716842+0000 mgr.smithi161.xfxcne (mgr.14180) 89 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T08:17:28.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:17:27.382900+0000 mgr.smithi161.xfxcne (mgr.14180) 90 : cephadm [INF] Detected new or changed devices on smithi187 2024-01-18T08:17:28.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:27.401389+0000 mon.smithi161 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:28.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:27.405577+0000 mon.smithi161 (mon.0) 518 : cluster [INF] osd.7 [v2:172.21.15.161:6826/530914573,v1:172.21.15.161:6827/530914573] boot 2024-01-18T08:17:28.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:27.405608+0000 mon.smithi161 (mon.0) 519 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-01-18T08:17:28.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:27.406080+0000 mon.smithi161 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:28.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:27.659855+0000 mon.smithi161 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:17:28.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:27.660547+0000 mon.smithi161 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:17:28.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:27.661068+0000 mon.smithi161 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:17:28.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:27.661594+0000 mon.smithi161 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:17:28.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:27.665534+0000 mon.smithi161 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:28.661 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:17:28.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:25.553503+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:17:28.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:25.553590+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:17:28.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:26.716842+0000 mgr.smithi161.xfxcne (mgr.14180) 89 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T08:17:28.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:17:27.382900+0000 mgr.smithi161.xfxcne (mgr.14180) 90 : cephadm [INF] Detected new or changed devices on smithi187 2024-01-18T08:17:28.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:27.401389+0000 mon.smithi161 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:28.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:27.405577+0000 mon.smithi161 (mon.0) 518 : cluster [INF] osd.7 [v2:172.21.15.161:6826/530914573,v1:172.21.15.161:6827/530914573] boot 2024-01-18T08:17:28.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:27.405608+0000 mon.smithi161 (mon.0) 519 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-01-18T08:17:28.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:27.406080+0000 mon.smithi161 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:17:28.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:27.659855+0000 mon.smithi161 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:17:28.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:27.660547+0000 mon.smithi161 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:17:28.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:27.661068+0000 mon.smithi161 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:17:28.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:27.661594+0000 mon.smithi161 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:17:28.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:27.665534+0000 mon.smithi161 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:29.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:29 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:17:27.661989+0000 mgr.smithi161.xfxcne (mgr.14180) 91 : cephadm [INF] Adjusting osd_memory_target on smithi187 to 3992M 2024-01-18T08:17:29.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:29 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:28.409104+0000 mon.smithi161 (mon.0) 526 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-01-18T08:17:29.675 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:29 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:17:27.661989+0000 mgr.smithi161.xfxcne (mgr.14180) 91 : cephadm [INF] Adjusting osd_memory_target on smithi187 to 3992M 2024-01-18T08:17:29.676 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:29 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:28.409104+0000 mon.smithi161 (mon.0) 526 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-01-18T08:17:30.270 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:17:30.559 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:28.717129+0000 mgr.smithi161.xfxcne (mgr.14180) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:30.559 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:29.414404+0000 mon.smithi161 (mon.0) 527 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-01-18T08:17:30.560 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:29.937865+0000 mon.smithi161 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:30.560 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:30.222576+0000 mon.smithi161 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:17:30.560 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:30.223179+0000 mon.smithi161 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:17:30.560 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:30.223705+0000 mon.smithi161 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:17:30.560 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:30.224220+0000 mon.smithi161 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:17:30.560 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:30.231828+0000 mon.smithi161 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:30.560 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:30.232713+0000 mon.smithi161 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:30.561 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:30.233351+0000 mon.smithi161 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:17:30.561 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:30.239430+0000 mon.smithi161 (mon.0) 536 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:30.561 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:30.242699+0000 mon.smithi161 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:17:30.561 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:30.245378+0000 mon.smithi161 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T08:17:30.561 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:30.246287+0000 mon.smithi161 (mon.0) 539 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T08:17:30.561 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:30.246534+0000 mon.smithi161 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:30.561 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:30.247000+0000 mon.smithi161 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:30.561 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:30.270628+0000 mon.smithi161 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.161:0/894315405' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:17:30.716 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":33,"num_osds":8,"num_up_osds":8,"osd_up_since":1705565847,"num_in_osds":8,"osd_in_since":1705565818,"num_remapped_pgs":0} 2024-01-18T08:17:30.717 INFO:tasks.cephadm:Setting up client nodes... 2024-01-18T08:17:30.717 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-18T08:17:30.790 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:28.717129+0000 mgr.smithi161.xfxcne (mgr.14180) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:30.791 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:29.414404+0000 mon.smithi161 (mon.0) 527 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-01-18T08:17:30.791 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:29.937865+0000 mon.smithi161 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:30.791 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:30.222576+0000 mon.smithi161 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:17:30.791 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:30.223179+0000 mon.smithi161 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:17:30.791 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:30.223705+0000 mon.smithi161 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:17:30.791 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:30.224220+0000 mon.smithi161 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:17:30.791 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:30.231828+0000 mon.smithi161 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:30.791 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:30.232713+0000 mon.smithi161 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:30.791 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:30.233351+0000 mon.smithi161 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:17:30.791 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:30.239430+0000 mon.smithi161 (mon.0) 536 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:30.791 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:30.242699+0000 mon.smithi161 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:17:30.791 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:30.245378+0000 mon.smithi161 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T08:17:30.792 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:30.246287+0000 mon.smithi161 (mon.0) 539 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T08:17:30.792 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:30.246534+0000 mon.smithi161 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:30.792 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:30.247000+0000 mon.smithi161 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:30.792 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:30.270628+0000 mon.smithi161 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.161:0/894315405' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:17:31.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:17:29.932258+0000 mgr.smithi161.xfxcne (mgr.14180) 93 : cephadm [INF] Detected new or changed devices on smithi161 2024-01-18T08:17:31.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:17:30.224638+0000 mgr.smithi161.xfxcne (mgr.14180) 94 : cephadm [INF] Adjusting osd_memory_target on smithi161 to 3224M 2024-01-18T08:17:31.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:17:29.932258+0000 mgr.smithi161.xfxcne (mgr.14180) 93 : cephadm [INF] Detected new or changed devices on smithi161 2024-01-18T08:17:31.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:17:30.224638+0000 mgr.smithi161.xfxcne (mgr.14180) 94 : cephadm [INF] Adjusting osd_memory_target on smithi161 to 3224M 2024-01-18T08:17:32.503 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:32 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:30.717453+0000 mgr.smithi161.xfxcne (mgr.14180) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:32.513 INFO:teuthology.orchestra.run.smithi161.stdout:[client.0] 2024-01-18T08:17:32.513 INFO:teuthology.orchestra.run.smithi161.stdout: key = AQCc3qhlCbFDHhAAx6yyGWklbwQkCm6YHINELw== 2024-01-18T08:17:32.673 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:30.717453+0000 mgr.smithi161.xfxcne (mgr.14180) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:32.953 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-01-18T08:17:32.953 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-18T08:17:32.953 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-18T08:17:32.995 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-18T08:17:33.574 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:32.507604+0000 mon.smithi161 (mon.0) 543 : audit [INF] from='client.? 172.21.15.161:0/2117574329' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T08:17:33.575 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:32.513115+0000 mon.smithi161 (mon.0) 544 : audit [INF] from='client.? 172.21.15.161:0/2117574329' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T08:17:33.682 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:32.507604+0000 mon.smithi161 (mon.0) 543 : audit [INF] from='client.? 172.21.15.161:0/2117574329' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T08:17:33.683 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:32.513115+0000 mon.smithi161 (mon.0) 544 : audit [INF] from='client.? 172.21.15.161:0/2117574329' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T08:17:34.549 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:34 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:32.717935+0000 mgr.smithi161.xfxcne (mgr.14180) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:34.615 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:32.717935+0000 mgr.smithi161.xfxcne (mgr.14180) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:34.691 INFO:teuthology.orchestra.run.smithi187.stdout:[client.1] 2024-01-18T08:17:34.692 INFO:teuthology.orchestra.run.smithi187.stdout: key = AQCe3qhlpcsHKRAAfhSKXsMKPZC12hKkrl2WCw== 2024-01-18T08:17:35.208 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-18T08:17:35.209 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-18T08:17:35.209 DEBUG:teuthology.orchestra.run.smithi187:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-18T08:17:35.248 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-18T08:17:35.672 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:34.687714+0000 mon.smithi187 (mon.1) 20 : audit [INF] from='client.? 172.21.15.187:0/3836742875' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T08:17:35.672 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:34.688240+0000 mon.smithi161 (mon.0) 545 : 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-01-18T08:17:35.672 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:34.691544+0000 mon.smithi161 (mon.0) 546 : 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-01-18T08:17:35.840 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:34.687714+0000 mon.smithi187 (mon.1) 20 : audit [INF] from='client.? 172.21.15.187:0/3836742875' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T08:17:35.841 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:34.688240+0000 mon.smithi161 (mon.0) 545 : 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-01-18T08:17:35.841 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:34.691544+0000 mon.smithi161 (mon.0) 546 : 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-01-18T08:17:35.875 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/mon.smithi161/config 2024-01-18T08:17:36.542 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:34.718275+0000 mgr.smithi161.xfxcne (mgr.14180) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:36.577 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:34.718275+0000 mgr.smithi161.xfxcne (mgr.14180) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:37.374 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:17:37.375 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":33,"fsid":"86e30340-b5d9-11ee-95ae-87774f69a715","created":"2024-01-18T08:14:31.946234+0000","modified":"2024-01-18T08:17:29.407620+0000","last_up_change":"2024-01-18T08:17:27.398321+0000","last_in_change":"2024-01-18T08:16:58.916892+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":13,"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-01-18T08:17:16.501748+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":"763ab5ed-956b-4fb2-9751-e9ae0b581028","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6800","nonce":76877836},{"type":"v1","addr":"172.21.15.187:6801","nonce":76877836}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6802","nonce":76877836},{"type":"v1","addr":"172.21.15.187:6803","nonce":76877836}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6806","nonce":76877836},{"type":"v1","addr":"172.21.15.187:6807","nonce":76877836}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6804","nonce":76877836},{"type":"v1","addr":"172.21.15.187:6805","nonce":76877836}]},"public_addr":"172.21.15.187:6801/76877836","cluster_addr":"172.21.15.187:6803/76877836","heartbeat_back_addr":"172.21.15.187:6807/76877836","heartbeat_front_addr":"172.21.15.187:6805/76877836","state":["exists","up"]},{"osd":1,"uuid":"f80e6565-b0de-4a6d-b679-6cc215f1fa3b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":1977646045},{"type":"v1","addr":"172.21.15.161:6803","nonce":1977646045}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":1977646045},{"type":"v1","addr":"172.21.15.161:6805","nonce":1977646045}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6808","nonce":1977646045},{"type":"v1","addr":"172.21.15.161:6809","nonce":1977646045}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":1977646045},{"type":"v1","addr":"172.21.15.161:6807","nonce":1977646045}]},"public_addr":"172.21.15.161:6803/1977646045","cluster_addr":"172.21.15.161:6805/1977646045","heartbeat_back_addr":"172.21.15.161:6809/1977646045","heartbeat_front_addr":"172.21.15.161:6807/1977646045","state":["exists","up"]},{"osd":2,"uuid":"5f3a5d84-6b5f-4646-b5dd-3bca5197901d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6808","nonce":3719889847},{"type":"v1","addr":"172.21.15.187:6809","nonce":3719889847}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6810","nonce":3719889847},{"type":"v1","addr":"172.21.15.187:6811","nonce":3719889847}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6814","nonce":3719889847},{"type":"v1","addr":"172.21.15.187:6815","nonce":3719889847}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6812","nonce":3719889847},{"type":"v1","addr":"172.21.15.187:6813","nonce":3719889847}]},"public_addr":"172.21.15.187:6809/3719889847","cluster_addr":"172.21.15.187:6811/3719889847","heartbeat_back_addr":"172.21.15.187:6815/3719889847","heartbeat_front_addr":"172.21.15.187:6813/3719889847","state":["exists","up"]},{"osd":3,"uuid":"5f78fa4c-1dad-4f8a-b899-5ed91c27f75a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6810","nonce":272415389},{"type":"v1","addr":"172.21.15.161:6811","nonce":272415389}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6812","nonce":272415389},{"type":"v1","addr":"172.21.15.161:6813","nonce":272415389}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6816","nonce":272415389},{"type":"v1","addr":"172.21.15.161:6817","nonce":272415389}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6814","nonce":272415389},{"type":"v1","addr":"172.21.15.161:6815","nonce":272415389}]},"public_addr":"172.21.15.161:6811/272415389","cluster_addr":"172.21.15.161:6813/272415389","heartbeat_back_addr":"172.21.15.161:6817/272415389","heartbeat_front_addr":"172.21.15.161:6815/272415389","state":["exists","up"]},{"osd":4,"uuid":"00cd4438-fe53-4b9f-8a63-512c7bd4a51a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6816","nonce":768828690},{"type":"v1","addr":"172.21.15.187:6817","nonce":768828690}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6818","nonce":768828690},{"type":"v1","addr":"172.21.15.187:6819","nonce":768828690}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6822","nonce":768828690},{"type":"v1","addr":"172.21.15.187:6823","nonce":768828690}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6820","nonce":768828690},{"type":"v1","addr":"172.21.15.187:6821","nonce":768828690}]},"public_addr":"172.21.15.187:6817/768828690","cluster_addr":"172.21.15.187:6819/768828690","heartbeat_back_addr":"172.21.15.187:6823/768828690","heartbeat_front_addr":"172.21.15.187:6821/768828690","state":["exists","up"]},{"osd":5,"uuid":"0b9e64ba-e789-4448-b11e-2baccb94ef35","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6818","nonce":644016041},{"type":"v1","addr":"172.21.15.161:6819","nonce":644016041}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6820","nonce":644016041},{"type":"v1","addr":"172.21.15.161:6821","nonce":644016041}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6824","nonce":644016041},{"type":"v1","addr":"172.21.15.161:6825","nonce":644016041}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6822","nonce":644016041},{"type":"v1","addr":"172.21.15.161:6823","nonce":644016041}]},"public_addr":"172.21.15.161:6819/644016041","cluster_addr":"172.21.15.161:6821/644016041","heartbeat_back_addr":"172.21.15.161:6825/644016041","heartbeat_front_addr":"172.21.15.161:6823/644016041","state":["exists","up"]},{"osd":6,"uuid":"24dad9d5-b982-4f90-8609-9d049512a0b5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6824","nonce":2821868579},{"type":"v1","addr":"172.21.15.187:6825","nonce":2821868579}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6826","nonce":2821868579},{"type":"v1","addr":"172.21.15.187:6827","nonce":2821868579}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6830","nonce":2821868579},{"type":"v1","addr":"172.21.15.187:6831","nonce":2821868579}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6828","nonce":2821868579},{"type":"v1","addr":"172.21.15.187:6829","nonce":2821868579}]},"public_addr":"172.21.15.187:6825/2821868579","cluster_addr":"172.21.15.187:6827/2821868579","heartbeat_back_addr":"172.21.15.187:6831/2821868579","heartbeat_front_addr":"172.21.15.187:6829/2821868579","state":["exists","up"]},{"osd":7,"uuid":"b8b9dcf3-7232-4e14-9c82-c4bbb6e8eb44","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6826","nonce":530914573},{"type":"v1","addr":"172.21.15.161:6827","nonce":530914573}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6828","nonce":530914573},{"type":"v1","addr":"172.21.15.161:6829","nonce":530914573}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6832","nonce":530914573},{"type":"v1","addr":"172.21.15.161:6833","nonce":530914573}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6830","nonce":530914573},{"type":"v1","addr":"172.21.15.161:6831","nonce":530914573}]},"public_addr":"172.21.15.161:6827/530914573","cluster_addr":"172.21.15.161:6829/530914573","heartbeat_back_addr":"172.21.15.161:6833/530914573","heartbeat_front_addr":"172.21.15.161:6831/530914573","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-01-18T08:17:11.151945+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-01-18T08:17:13.356986+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-01-18T08:17:14.483736+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-01-18T08:17:17.330978+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-01-18T08:17:18.157733+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-01-18T08:17:21.441354+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-01-18T08:17:21.633664+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-01-18T08:17:25.553595+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.161:0/1682829022":"2024-01-19T08:15:54.699276+0000","172.21.15.161:6801/2741201989":"2024-01-19T08:15:54.699276+0000","172.21.15.161:0/156038174":"2024-01-19T08:15:54.699276+0000","172.21.15.161:6800/3516727465":"2024-01-19T08:15:19.693596+0000","172.21.15.161:0/3773295734":"2024-01-19T08:15:19.693596+0000","172.21.15.161:6800/2741201989":"2024-01-19T08:15:54.699276+0000","172.21.15.161:0/3022597510":"2024-01-19T08:15:19.693596+0000","172.21.15.161:0/3660248344":"2024-01-19T08:14:51.692353+0000","172.21.15.161:6801/3516727465":"2024-01-19T08:15:19.693596+0000","172.21.15.161:6800/1369474604":"2024-01-19T08:14:51.692353+0000","172.21.15.161:6801/1369474604":"2024-01-19T08:14:51.692353+0000","172.21.15.161:0/3559740100":"2024-01-19T08:14:51.692353+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-01-18T08:17:37.751 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-18T08:17:16.501748+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-01-18T08:17:37.751 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-18T08:17:38.017 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/mon.smithi161/config 2024-01-18T08:17:38.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:36.675840+0000 mon.smithi161 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:38.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:36.718617+0000 mgr.smithi161.xfxcne (mgr.14180) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:38.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:36.974534+0000 mon.smithi161 (mon.0) 548 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:38.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:37.374228+0000 mon.smithi161 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.161:0/3445997396' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T08:17:38.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:36.675840+0000 mon.smithi161 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:38.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:36.718617+0000 mgr.smithi161.xfxcne (mgr.14180) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:38.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:36.974534+0000 mon.smithi161 (mon.0) 548 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:17:38.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:37.374228+0000 mon.smithi161 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.161:0/3445997396' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T08:17:39.053 INFO:teuthology.orchestra.run.smithi161.stdout:pg_num: 1 2024-01-18T08:17:39.418 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-18T08:17:39.418 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-18T08:17:39.419 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph mgr dump --format=json 2024-01-18T08:17:39.682 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/mon.smithi161/config 2024-01-18T08:17:40.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:39 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:38.718921+0000 mgr.smithi161.xfxcne (mgr.14180) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:40.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:39 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:39.053767+0000 mon.smithi161 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.161:0/2801895802' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-18T08:17:40.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:39 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:38.718921+0000 mgr.smithi161.xfxcne (mgr.14180) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:40.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:39 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:39.053767+0000 mon.smithi161 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.161:0/2801895802' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-18T08:17:40.821 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:17:41.207 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi161.xfxcne","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6800","nonce":248241535},{"type":"v1","addr":"172.21.15.161:6801","nonce":248241535}]},"active_addr":"172.21.15.161:6801/248241535","active_change":"2024-01-18T08:15:54.699387+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi187.xmwtbb","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.161:8443/","prometheus":"http://172.21.15.161: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.161:0","nonce":701892793}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.161:0","nonce":1688599885}]}]} 2024-01-18T08:17:41.210 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-18T08:17:41.210 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-18T08:17:41.210 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-18T08:17:41.476 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/mon.smithi161/config 2024-01-18T08:17:41.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:40.816955+0000 mon.smithi161 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.161:0/213479686' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-18T08:17:41.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:40.816955+0000 mon.smithi161 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.161:0/213479686' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-18T08:17:42.474 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:17:42.474 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":33,"fsid":"86e30340-b5d9-11ee-95ae-87774f69a715","created":"2024-01-18T08:14:31.946234+0000","modified":"2024-01-18T08:17:29.407620+0000","last_up_change":"2024-01-18T08:17:27.398321+0000","last_in_change":"2024-01-18T08:16:58.916892+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":13,"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-01-18T08:17:16.501748+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":"763ab5ed-956b-4fb2-9751-e9ae0b581028","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6800","nonce":76877836},{"type":"v1","addr":"172.21.15.187:6801","nonce":76877836}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6802","nonce":76877836},{"type":"v1","addr":"172.21.15.187:6803","nonce":76877836}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6806","nonce":76877836},{"type":"v1","addr":"172.21.15.187:6807","nonce":76877836}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6804","nonce":76877836},{"type":"v1","addr":"172.21.15.187:6805","nonce":76877836}]},"public_addr":"172.21.15.187:6801/76877836","cluster_addr":"172.21.15.187:6803/76877836","heartbeat_back_addr":"172.21.15.187:6807/76877836","heartbeat_front_addr":"172.21.15.187:6805/76877836","state":["exists","up"]},{"osd":1,"uuid":"f80e6565-b0de-4a6d-b679-6cc215f1fa3b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":1977646045},{"type":"v1","addr":"172.21.15.161:6803","nonce":1977646045}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":1977646045},{"type":"v1","addr":"172.21.15.161:6805","nonce":1977646045}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6808","nonce":1977646045},{"type":"v1","addr":"172.21.15.161:6809","nonce":1977646045}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":1977646045},{"type":"v1","addr":"172.21.15.161:6807","nonce":1977646045}]},"public_addr":"172.21.15.161:6803/1977646045","cluster_addr":"172.21.15.161:6805/1977646045","heartbeat_back_addr":"172.21.15.161:6809/1977646045","heartbeat_front_addr":"172.21.15.161:6807/1977646045","state":["exists","up"]},{"osd":2,"uuid":"5f3a5d84-6b5f-4646-b5dd-3bca5197901d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6808","nonce":3719889847},{"type":"v1","addr":"172.21.15.187:6809","nonce":3719889847}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6810","nonce":3719889847},{"type":"v1","addr":"172.21.15.187:6811","nonce":3719889847}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6814","nonce":3719889847},{"type":"v1","addr":"172.21.15.187:6815","nonce":3719889847}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6812","nonce":3719889847},{"type":"v1","addr":"172.21.15.187:6813","nonce":3719889847}]},"public_addr":"172.21.15.187:6809/3719889847","cluster_addr":"172.21.15.187:6811/3719889847","heartbeat_back_addr":"172.21.15.187:6815/3719889847","heartbeat_front_addr":"172.21.15.187:6813/3719889847","state":["exists","up"]},{"osd":3,"uuid":"5f78fa4c-1dad-4f8a-b899-5ed91c27f75a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6810","nonce":272415389},{"type":"v1","addr":"172.21.15.161:6811","nonce":272415389}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6812","nonce":272415389},{"type":"v1","addr":"172.21.15.161:6813","nonce":272415389}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6816","nonce":272415389},{"type":"v1","addr":"172.21.15.161:6817","nonce":272415389}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6814","nonce":272415389},{"type":"v1","addr":"172.21.15.161:6815","nonce":272415389}]},"public_addr":"172.21.15.161:6811/272415389","cluster_addr":"172.21.15.161:6813/272415389","heartbeat_back_addr":"172.21.15.161:6817/272415389","heartbeat_front_addr":"172.21.15.161:6815/272415389","state":["exists","up"]},{"osd":4,"uuid":"00cd4438-fe53-4b9f-8a63-512c7bd4a51a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6816","nonce":768828690},{"type":"v1","addr":"172.21.15.187:6817","nonce":768828690}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6818","nonce":768828690},{"type":"v1","addr":"172.21.15.187:6819","nonce":768828690}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6822","nonce":768828690},{"type":"v1","addr":"172.21.15.187:6823","nonce":768828690}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6820","nonce":768828690},{"type":"v1","addr":"172.21.15.187:6821","nonce":768828690}]},"public_addr":"172.21.15.187:6817/768828690","cluster_addr":"172.21.15.187:6819/768828690","heartbeat_back_addr":"172.21.15.187:6823/768828690","heartbeat_front_addr":"172.21.15.187:6821/768828690","state":["exists","up"]},{"osd":5,"uuid":"0b9e64ba-e789-4448-b11e-2baccb94ef35","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6818","nonce":644016041},{"type":"v1","addr":"172.21.15.161:6819","nonce":644016041}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6820","nonce":644016041},{"type":"v1","addr":"172.21.15.161:6821","nonce":644016041}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6824","nonce":644016041},{"type":"v1","addr":"172.21.15.161:6825","nonce":644016041}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6822","nonce":644016041},{"type":"v1","addr":"172.21.15.161:6823","nonce":644016041}]},"public_addr":"172.21.15.161:6819/644016041","cluster_addr":"172.21.15.161:6821/644016041","heartbeat_back_addr":"172.21.15.161:6825/644016041","heartbeat_front_addr":"172.21.15.161:6823/644016041","state":["exists","up"]},{"osd":6,"uuid":"24dad9d5-b982-4f90-8609-9d049512a0b5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6824","nonce":2821868579},{"type":"v1","addr":"172.21.15.187:6825","nonce":2821868579}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6826","nonce":2821868579},{"type":"v1","addr":"172.21.15.187:6827","nonce":2821868579}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6830","nonce":2821868579},{"type":"v1","addr":"172.21.15.187:6831","nonce":2821868579}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6828","nonce":2821868579},{"type":"v1","addr":"172.21.15.187:6829","nonce":2821868579}]},"public_addr":"172.21.15.187:6825/2821868579","cluster_addr":"172.21.15.187:6827/2821868579","heartbeat_back_addr":"172.21.15.187:6831/2821868579","heartbeat_front_addr":"172.21.15.187:6829/2821868579","state":["exists","up"]},{"osd":7,"uuid":"b8b9dcf3-7232-4e14-9c82-c4bbb6e8eb44","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6826","nonce":530914573},{"type":"v1","addr":"172.21.15.161:6827","nonce":530914573}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6828","nonce":530914573},{"type":"v1","addr":"172.21.15.161:6829","nonce":530914573}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6832","nonce":530914573},{"type":"v1","addr":"172.21.15.161:6833","nonce":530914573}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6830","nonce":530914573},{"type":"v1","addr":"172.21.15.161:6831","nonce":530914573}]},"public_addr":"172.21.15.161:6827/530914573","cluster_addr":"172.21.15.161:6829/530914573","heartbeat_back_addr":"172.21.15.161:6833/530914573","heartbeat_front_addr":"172.21.15.161:6831/530914573","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-01-18T08:17:11.151945+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-01-18T08:17:13.356986+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-01-18T08:17:14.483736+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-01-18T08:17:17.330978+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-01-18T08:17:18.157733+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-01-18T08:17:21.441354+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-01-18T08:17:21.633664+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-01-18T08:17:25.553595+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.161:0/1682829022":"2024-01-19T08:15:54.699276+0000","172.21.15.161:6801/2741201989":"2024-01-19T08:15:54.699276+0000","172.21.15.161:0/156038174":"2024-01-19T08:15:54.699276+0000","172.21.15.161:6800/3516727465":"2024-01-19T08:15:19.693596+0000","172.21.15.161:0/3773295734":"2024-01-19T08:15:19.693596+0000","172.21.15.161:6800/2741201989":"2024-01-19T08:15:54.699276+0000","172.21.15.161:0/3022597510":"2024-01-19T08:15:19.693596+0000","172.21.15.161:0/3660248344":"2024-01-19T08:14:51.692353+0000","172.21.15.161:6801/3516727465":"2024-01-19T08:15:19.693596+0000","172.21.15.161:6800/1369474604":"2024-01-19T08:14:51.692353+0000","172.21.15.161:6801/1369474604":"2024-01-19T08:14:51.692353+0000","172.21.15.161:0/3559740100":"2024-01-19T08:14:51.692353+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-01-18T08:17:42.496 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:40.719249+0000 mgr.smithi161.xfxcne (mgr.14180) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:42.824 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-18T08:17:42.825 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-18T08:17:42.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:40.719249+0000 mgr.smithi161.xfxcne (mgr.14180) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:43.087 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/mon.smithi161/config 2024-01-18T08:17:43.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:43 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:42.473466+0000 mon.smithi161 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.161:0/4282851279' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T08:17:43.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:43 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:42.473466+0000 mon.smithi161 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.161:0/4282851279' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T08:17:44.187 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:17:44.187 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":33,"fsid":"86e30340-b5d9-11ee-95ae-87774f69a715","created":"2024-01-18T08:14:31.946234+0000","modified":"2024-01-18T08:17:29.407620+0000","last_up_change":"2024-01-18T08:17:27.398321+0000","last_in_change":"2024-01-18T08:16:58.916892+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":13,"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-01-18T08:17:16.501748+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":"763ab5ed-956b-4fb2-9751-e9ae0b581028","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6800","nonce":76877836},{"type":"v1","addr":"172.21.15.187:6801","nonce":76877836}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6802","nonce":76877836},{"type":"v1","addr":"172.21.15.187:6803","nonce":76877836}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6806","nonce":76877836},{"type":"v1","addr":"172.21.15.187:6807","nonce":76877836}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6804","nonce":76877836},{"type":"v1","addr":"172.21.15.187:6805","nonce":76877836}]},"public_addr":"172.21.15.187:6801/76877836","cluster_addr":"172.21.15.187:6803/76877836","heartbeat_back_addr":"172.21.15.187:6807/76877836","heartbeat_front_addr":"172.21.15.187:6805/76877836","state":["exists","up"]},{"osd":1,"uuid":"f80e6565-b0de-4a6d-b679-6cc215f1fa3b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":1977646045},{"type":"v1","addr":"172.21.15.161:6803","nonce":1977646045}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":1977646045},{"type":"v1","addr":"172.21.15.161:6805","nonce":1977646045}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6808","nonce":1977646045},{"type":"v1","addr":"172.21.15.161:6809","nonce":1977646045}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":1977646045},{"type":"v1","addr":"172.21.15.161:6807","nonce":1977646045}]},"public_addr":"172.21.15.161:6803/1977646045","cluster_addr":"172.21.15.161:6805/1977646045","heartbeat_back_addr":"172.21.15.161:6809/1977646045","heartbeat_front_addr":"172.21.15.161:6807/1977646045","state":["exists","up"]},{"osd":2,"uuid":"5f3a5d84-6b5f-4646-b5dd-3bca5197901d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6808","nonce":3719889847},{"type":"v1","addr":"172.21.15.187:6809","nonce":3719889847}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6810","nonce":3719889847},{"type":"v1","addr":"172.21.15.187:6811","nonce":3719889847}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6814","nonce":3719889847},{"type":"v1","addr":"172.21.15.187:6815","nonce":3719889847}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6812","nonce":3719889847},{"type":"v1","addr":"172.21.15.187:6813","nonce":3719889847}]},"public_addr":"172.21.15.187:6809/3719889847","cluster_addr":"172.21.15.187:6811/3719889847","heartbeat_back_addr":"172.21.15.187:6815/3719889847","heartbeat_front_addr":"172.21.15.187:6813/3719889847","state":["exists","up"]},{"osd":3,"uuid":"5f78fa4c-1dad-4f8a-b899-5ed91c27f75a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6810","nonce":272415389},{"type":"v1","addr":"172.21.15.161:6811","nonce":272415389}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6812","nonce":272415389},{"type":"v1","addr":"172.21.15.161:6813","nonce":272415389}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6816","nonce":272415389},{"type":"v1","addr":"172.21.15.161:6817","nonce":272415389}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6814","nonce":272415389},{"type":"v1","addr":"172.21.15.161:6815","nonce":272415389}]},"public_addr":"172.21.15.161:6811/272415389","cluster_addr":"172.21.15.161:6813/272415389","heartbeat_back_addr":"172.21.15.161:6817/272415389","heartbeat_front_addr":"172.21.15.161:6815/272415389","state":["exists","up"]},{"osd":4,"uuid":"00cd4438-fe53-4b9f-8a63-512c7bd4a51a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6816","nonce":768828690},{"type":"v1","addr":"172.21.15.187:6817","nonce":768828690}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6818","nonce":768828690},{"type":"v1","addr":"172.21.15.187:6819","nonce":768828690}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6822","nonce":768828690},{"type":"v1","addr":"172.21.15.187:6823","nonce":768828690}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6820","nonce":768828690},{"type":"v1","addr":"172.21.15.187:6821","nonce":768828690}]},"public_addr":"172.21.15.187:6817/768828690","cluster_addr":"172.21.15.187:6819/768828690","heartbeat_back_addr":"172.21.15.187:6823/768828690","heartbeat_front_addr":"172.21.15.187:6821/768828690","state":["exists","up"]},{"osd":5,"uuid":"0b9e64ba-e789-4448-b11e-2baccb94ef35","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6818","nonce":644016041},{"type":"v1","addr":"172.21.15.161:6819","nonce":644016041}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6820","nonce":644016041},{"type":"v1","addr":"172.21.15.161:6821","nonce":644016041}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6824","nonce":644016041},{"type":"v1","addr":"172.21.15.161:6825","nonce":644016041}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6822","nonce":644016041},{"type":"v1","addr":"172.21.15.161:6823","nonce":644016041}]},"public_addr":"172.21.15.161:6819/644016041","cluster_addr":"172.21.15.161:6821/644016041","heartbeat_back_addr":"172.21.15.161:6825/644016041","heartbeat_front_addr":"172.21.15.161:6823/644016041","state":["exists","up"]},{"osd":6,"uuid":"24dad9d5-b982-4f90-8609-9d049512a0b5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6824","nonce":2821868579},{"type":"v1","addr":"172.21.15.187:6825","nonce":2821868579}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6826","nonce":2821868579},{"type":"v1","addr":"172.21.15.187:6827","nonce":2821868579}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6830","nonce":2821868579},{"type":"v1","addr":"172.21.15.187:6831","nonce":2821868579}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6828","nonce":2821868579},{"type":"v1","addr":"172.21.15.187:6829","nonce":2821868579}]},"public_addr":"172.21.15.187:6825/2821868579","cluster_addr":"172.21.15.187:6827/2821868579","heartbeat_back_addr":"172.21.15.187:6831/2821868579","heartbeat_front_addr":"172.21.15.187:6829/2821868579","state":["exists","up"]},{"osd":7,"uuid":"b8b9dcf3-7232-4e14-9c82-c4bbb6e8eb44","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6826","nonce":530914573},{"type":"v1","addr":"172.21.15.161:6827","nonce":530914573}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6828","nonce":530914573},{"type":"v1","addr":"172.21.15.161:6829","nonce":530914573}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6832","nonce":530914573},{"type":"v1","addr":"172.21.15.161:6833","nonce":530914573}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6830","nonce":530914573},{"type":"v1","addr":"172.21.15.161:6831","nonce":530914573}]},"public_addr":"172.21.15.161:6827/530914573","cluster_addr":"172.21.15.161:6829/530914573","heartbeat_back_addr":"172.21.15.161:6833/530914573","heartbeat_front_addr":"172.21.15.161:6831/530914573","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-01-18T08:17:11.151945+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-01-18T08:17:13.356986+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-01-18T08:17:14.483736+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-01-18T08:17:17.330978+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-01-18T08:17:18.157733+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-01-18T08:17:21.441354+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-01-18T08:17:21.633664+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-01-18T08:17:25.553595+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.161:0/1682829022":"2024-01-19T08:15:54.699276+0000","172.21.15.161:6801/2741201989":"2024-01-19T08:15:54.699276+0000","172.21.15.161:0/156038174":"2024-01-19T08:15:54.699276+0000","172.21.15.161:6800/3516727465":"2024-01-19T08:15:19.693596+0000","172.21.15.161:0/3773295734":"2024-01-19T08:15:19.693596+0000","172.21.15.161:6800/2741201989":"2024-01-19T08:15:54.699276+0000","172.21.15.161:0/3022597510":"2024-01-19T08:15:19.693596+0000","172.21.15.161:0/3660248344":"2024-01-19T08:14:51.692353+0000","172.21.15.161:6801/3516727465":"2024-01-19T08:15:19.693596+0000","172.21.15.161:6800/1369474604":"2024-01-19T08:14:51.692353+0000","172.21.15.161:6801/1369474604":"2024-01-19T08:14:51.692353+0000","172.21.15.161:0/3559740100":"2024-01-19T08:14:51.692353+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-01-18T08:17:44.498 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:44 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:42.719754+0000 mgr.smithi161.xfxcne (mgr.14180) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:44.498 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:44 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:44.187135+0000 mon.smithi161 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.161:0/763907150' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T08:17:44.566 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-18T08:17:44.831 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/mon.smithi161/config 2024-01-18T08:17:44.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:44 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:42.719754+0000 mgr.smithi161.xfxcne (mgr.14180) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:44.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:44 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:44.187135+0000 mon.smithi161 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.161:0/763907150' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T08:17:46.099 INFO:teuthology.orchestra.run.smithi161.stdout:68719476745 2024-01-18T08:17:46.099 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-18T08:17:46.361 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/mon.smithi161/config 2024-01-18T08:17:46.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:44.720068+0000 mgr.smithi161.xfxcne (mgr.14180) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:46.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:44.720068+0000 mgr.smithi161.xfxcne (mgr.14180) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:47.743 INFO:teuthology.orchestra.run.smithi161.stdout:81604378634 2024-01-18T08:17:47.744 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-18T08:17:48.010 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/mon.smithi161/config 2024-01-18T08:17:48.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:48 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:46.720534+0000 mgr.smithi161.xfxcne (mgr.14180) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:48.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:48 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:46.720534+0000 mgr.smithi161.xfxcne (mgr.14180) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:49.416 INFO:teuthology.orchestra.run.smithi161.stdout:85899345929 2024-01-18T08:17:49.417 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-18T08:17:49.683 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/mon.smithi161/config 2024-01-18T08:17:50.736 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:50 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:48.721017+0000 mgr.smithi161.xfxcne (mgr.14180) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:50.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:50 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:48.721017+0000 mgr.smithi161.xfxcne (mgr.14180) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:50.932 INFO:teuthology.orchestra.run.smithi161.stdout:98784247817 2024-01-18T08:17:50.933 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-18T08:17:51.197 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/mon.smithi161/config 2024-01-18T08:17:52.523 INFO:teuthology.orchestra.run.smithi161.stdout:98784247817 2024-01-18T08:17:52.524 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-18T08:17:52.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:50.721525+0000 mgr.smithi161.xfxcne (mgr.14180) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:52.786 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/mon.smithi161/config 2024-01-18T08:17:52.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:52 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:50.721525+0000 mgr.smithi161.xfxcne (mgr.14180) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:54.074 INFO:teuthology.orchestra.run.smithi161.stdout:115964117001 2024-01-18T08:17:54.074 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-18T08:17:54.338 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/mon.smithi161/config 2024-01-18T08:17:54.642 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:52.721833+0000 mgr.smithi161.xfxcne (mgr.14180) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:54.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:52.721833+0000 mgr.smithi161.xfxcne (mgr.14180) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:55.689 INFO:teuthology.orchestra.run.smithi161.stdout:115964117001 2024-01-18T08:17:55.689 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-18T08:17:55.953 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/mon.smithi161/config 2024-01-18T08:17:56.727 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:54.722310+0000 mgr.smithi161.xfxcne (mgr.14180) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:56.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:54.722310+0000 mgr.smithi161.xfxcne (mgr.14180) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:57.306 INFO:teuthology.orchestra.run.smithi161.stdout:133143986185 2024-01-18T08:17:57.306 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-18T08:17:57.571 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/mon.smithi161/config 2024-01-18T08:17:58.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:56.722921+0000 mgr.smithi161.xfxcne (mgr.14180) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:58.778 INFO:teuthology.orchestra.run.smithi161.stdout:68719476747 2024-01-18T08:17:58.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:56.722921+0000 mgr.smithi161.xfxcne (mgr.14180) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:17:59.155 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476745 got 68719476747 for osd.0 2024-01-18T08:17:59.156 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-18T08:17:59.423 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/mon.smithi161/config 2024-01-18T08:17:59.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:17:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:17:58.778530+0000 mon.smithi161 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.161:0/851096943' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-18T08:17:59.705 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:17:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:17:58.778530+0000 mon.smithi161 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.161:0/851096943' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-18T08:18:00.565 INFO:teuthology.orchestra.run.smithi161.stdout:81604378636 2024-01-18T08:18:00.717 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:00 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:17:58.723248+0000 mgr.smithi161.xfxcne (mgr.14180) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:00.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:00 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:17:58.723248+0000 mgr.smithi161.xfxcne (mgr.14180) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:00.930 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378634 got 81604378636 for osd.1 2024-01-18T08:18:00.930 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-18T08:18:01.196 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/mon.smithi161/config 2024-01-18T08:18:01.643 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:01 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:00.565694+0000 mon.smithi161 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.161:0/2810154775' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-18T08:18:01.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:01 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:00.565694+0000 mon.smithi161 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.161:0/2810154775' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-18T08:18:02.314 INFO:teuthology.orchestra.run.smithi161.stdout:85899345931 2024-01-18T08:18:02.620 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:02 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:00.723657+0000 mgr.smithi161.xfxcne (mgr.14180) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:02.620 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:02 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:02.314400+0000 mon.smithi161 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.161:0/3480386780' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-18T08:18:02.671 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345929 got 85899345931 for osd.2 2024-01-18T08:18:02.672 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-18T08:18:02.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:02 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:00.723657+0000 mgr.smithi161.xfxcne (mgr.14180) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:02.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:02 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:02.314400+0000 mon.smithi161 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.161:0/3480386780' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-18T08:18:02.936 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/mon.smithi161/config 2024-01-18T08:18:04.053 INFO:teuthology.orchestra.run.smithi161.stdout:98784247819 2024-01-18T08:18:04.398 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247817 got 98784247819 for osd.3 2024-01-18T08:18:04.399 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-18T08:18:04.662 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/mon.smithi161/config 2024-01-18T08:18:04.755 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:02.723930+0000 mgr.smithi161.xfxcne (mgr.14180) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:04.756 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:04.053522+0000 mon.smithi161 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.161:0/1891218389' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-18T08:18:04.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:04 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:02.723930+0000 mgr.smithi161.xfxcne (mgr.14180) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:04.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:04 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:04.053522+0000 mon.smithi161 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.161:0/1891218389' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-18T08:18:05.774 INFO:teuthology.orchestra.run.smithi161.stdout:98784247820 2024-01-18T08:18:06.138 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247817 got 98784247820 for osd.4 2024-01-18T08:18:06.139 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-18T08:18:06.404 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/mon.smithi161/config 2024-01-18T08:18:06.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:04.724275+0000 mgr.smithi161.xfxcne (mgr.14180) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:06.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:05.774356+0000 mon.smithi161 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.161:0/3408985988' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-18T08:18:06.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:06 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:04.724275+0000 mgr.smithi161.xfxcne (mgr.14180) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:06.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:06 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:05.774356+0000 mon.smithi161 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.161:0/3408985988' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-18T08:18:07.489 INFO:teuthology.orchestra.run.smithi161.stdout:115964117004 2024-01-18T08:18:07.895 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117001 got 115964117004 for osd.5 2024-01-18T08:18:07.895 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-18T08:18:08.164 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/mon.smithi161/config 2024-01-18T08:18:08.600 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:06.724576+0000 mgr.smithi161.xfxcne (mgr.14180) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:08.600 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:07.489550+0000 mon.smithi161 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.161:0/491398148' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-18T08:18:08.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:08 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:06.724576+0000 mgr.smithi161.xfxcne (mgr.14180) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:08.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:08 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:07.489550+0000 mon.smithi161 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.161:0/491398148' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-18T08:18:09.278 INFO:teuthology.orchestra.run.smithi161.stdout:115964117003 2024-01-18T08:18:09.577 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:09.278341+0000 mon.smithi161 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.161:0/1456446345' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-18T08:18:09.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:09 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:09.278341+0000 mon.smithi161 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.161:0/1456446345' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-18T08:18:09.662 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117001 got 115964117003 for osd.6 2024-01-18T08:18:09.662 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-18T08:18:09.925 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/mon.smithi161/config 2024-01-18T08:18:10.602 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:08.725068+0000 mgr.smithi161.xfxcne (mgr.14180) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:10.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:08.725068+0000 mgr.smithi161.xfxcne (mgr.14180) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:11.145 INFO:teuthology.orchestra.run.smithi161.stdout:133143986188 2024-01-18T08:18:11.513 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986185 got 133143986188 for osd.7 2024-01-18T08:18:11.513 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-18T08:18:11.513 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph pg dump --format=json 2024-01-18T08:18:11.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:11.145491+0000 mon.smithi161 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.161:0/3302971630' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-18T08:18:11.777 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/mon.smithi161/config 2024-01-18T08:18:11.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:11.145491+0000 mon.smithi161 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.161:0/3302971630' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-18T08:18:12.515 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:10.725408+0000 mgr.smithi161.xfxcne (mgr.14180) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:12.845 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:18:12.847 INFO:teuthology.orchestra.run.smithi161.stderr:dumped all 2024-01-18T08:18:12.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:10.725408+0000 mgr.smithi161.xfxcne (mgr.14180) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:13.212 INFO:teuthology.orchestra.run.smithi161.stdout:{"pg_ready":true,"pg_map":{"version":91,"stamp":"2024-01-18T08:18:12.725572+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":2379288,"kb_used_data":2520,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549160,"statfs":{"total":767926730752,"available":765490339840,"internally_reserved":0,"allocated":2580480,"data_stored":989376,"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":33,"state":"active+clean","last_fresh":"2024-01-18T08:17:30.106019+0000","last_change":"2024-01-18T08:17:30.106019+0000","last_active":"2024-01-18T08:17:30.106019+0000","last_peered":"2024-01-18T08:17:30.106019+0000","last_clean":"2024-01-18T08:17:30.106019+0000","last_became_active":"2024-01-18T08:17:30.105561+0000","last_became_peered":"2024-01-18T08:17:30.105561+0000","last_unstale":"2024-01-18T08:17:30.106019+0000","last_undegraded":"2024-01-18T08:17:30.106019+0000","last_fullsized":"2024-01-18T08:17:30.106019+0000","mapping_epoch":32,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":33,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-18T08:17:17.246004+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-18T08:17:17.246004+0000","last_clean_scrub_stamp":"2024-01-18T08:17:17.246004+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":4}],"osd_stats":[{"osd":7,"up_from":31,"seq":133143986188,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39900000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27300000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.373}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34999999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46500000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35999999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54700000000000004}]}]},{"osd":6,"up_from":27,"seq":115964117004,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu 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.46200000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.622}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54600000000000004}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51400000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55800000000000005}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53200000000000003}]},{"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.60199999999999998}]}]},{"osd":1,"up_from":19,"seq":81604378639,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297408,"kb_used_data":312,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443648,"statfs":{"total":95990841344,"available":95686295552,"internally_reserved":0,"allocated":319488,"data_stored":123442,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu 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.54900000000000004}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45200000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.29399999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51900000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36699999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48099999999999998}]},{"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.53500000000000003}]}]},{"osd":0,"up_from":16,"seq":68719476750,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu 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.41499999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46100000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47999999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66600000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56200000000000006}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64200000000000002}]},{"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.65100000000000002}]}]},{"osd":2,"up_from":20,"seq":85899345934,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu 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.45400000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52000000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57999999999999996}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54100000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69199999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59799999999999998}]},{"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.77200000000000002}]}]},{"osd":3,"up_from":23,"seq":98784247821,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297408,"kb_used_data":312,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443648,"statfs":{"total":95990841344,"available":95686295552,"internally_reserved":0,"allocated":319488,"data_stored":123392,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu 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.52000000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32000000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.621}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58599999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35999999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51600000000000001}]},{"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.40100000000000002}]}]},{"osd":4,"up_from":23,"seq":98784247821,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu 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.31900000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47699999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53100000000000003}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51100000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42599999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52000000000000002}]},{"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.58299999999999996}]}]},{"osd":5,"up_from":27,"seq":115964117005,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu 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.5}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38800000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59699999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44800000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53800000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57599999999999996}]},{"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.48199999999999998}]}]}],"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":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-01-18T08:18:13.213 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph pg dump --format=json 2024-01-18T08:18:13.475 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/mon.smithi161/config 2024-01-18T08:18:14.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:12.725708+0000 mgr.smithi161.xfxcne (mgr.14180) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:14.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:12.844168+0000 mgr.smithi161.xfxcne (mgr.14180) 117 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:14.607 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:18:14.608 INFO:teuthology.orchestra.run.smithi161.stderr:dumped all 2024-01-18T08:18:14.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:12.725708+0000 mgr.smithi161.xfxcne (mgr.14180) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:14.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:12.844168+0000 mgr.smithi161.xfxcne (mgr.14180) 117 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:14.978 INFO:teuthology.orchestra.run.smithi161.stdout:{"pg_ready":true,"pg_map":{"version":91,"stamp":"2024-01-18T08:18:12.725572+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":2379288,"kb_used_data":2520,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549160,"statfs":{"total":767926730752,"available":765490339840,"internally_reserved":0,"allocated":2580480,"data_stored":989376,"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":33,"state":"active+clean","last_fresh":"2024-01-18T08:17:30.106019+0000","last_change":"2024-01-18T08:17:30.106019+0000","last_active":"2024-01-18T08:17:30.106019+0000","last_peered":"2024-01-18T08:17:30.106019+0000","last_clean":"2024-01-18T08:17:30.106019+0000","last_became_active":"2024-01-18T08:17:30.105561+0000","last_became_peered":"2024-01-18T08:17:30.105561+0000","last_unstale":"2024-01-18T08:17:30.106019+0000","last_undegraded":"2024-01-18T08:17:30.106019+0000","last_fullsized":"2024-01-18T08:17:30.106019+0000","mapping_epoch":32,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":33,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-18T08:17:17.246004+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-18T08:17:17.246004+0000","last_clean_scrub_stamp":"2024-01-18T08:17:17.246004+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":4}],"osd_stats":[{"osd":7,"up_from":31,"seq":133143986188,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39900000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27300000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.373}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34999999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46500000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35999999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54700000000000004}]}]},{"osd":6,"up_from":27,"seq":115964117004,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu 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.46200000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.622}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54600000000000004}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51400000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55800000000000005}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53200000000000003}]},{"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.60199999999999998}]}]},{"osd":1,"up_from":19,"seq":81604378639,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297408,"kb_used_data":312,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443648,"statfs":{"total":95990841344,"available":95686295552,"internally_reserved":0,"allocated":319488,"data_stored":123442,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu 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.54900000000000004}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45200000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.29399999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51900000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36699999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48099999999999998}]},{"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.53500000000000003}]}]},{"osd":0,"up_from":16,"seq":68719476750,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu 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.41499999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46100000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47999999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66600000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56200000000000006}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64200000000000002}]},{"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.65100000000000002}]}]},{"osd":2,"up_from":20,"seq":85899345934,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu 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.45400000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52000000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57999999999999996}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54100000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69199999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59799999999999998}]},{"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.77200000000000002}]}]},{"osd":3,"up_from":23,"seq":98784247821,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297408,"kb_used_data":312,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443648,"statfs":{"total":95990841344,"available":95686295552,"internally_reserved":0,"allocated":319488,"data_stored":123392,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu 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.52000000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32000000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.621}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58599999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35999999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51600000000000001}]},{"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.40100000000000002}]}]},{"osd":4,"up_from":23,"seq":98784247821,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu 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.31900000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47699999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53100000000000003}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51100000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42599999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52000000000000002}]},{"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.58299999999999996}]}]},{"osd":5,"up_from":27,"seq":115964117005,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":123757,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu 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.5}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38800000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59699999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44800000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53800000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57599999999999996}]},{"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.48199999999999998}]}]}],"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":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-01-18T08:18:14.978 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-18T08:18:14.978 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-18T08:18:14.979 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-18T08:18:14.979 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph health --format=json 2024-01-18T08:18:15.240 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/mon.smithi161/config 2024-01-18T08:18:16.357 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:18:16.701 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:14.605619+0000 mgr.smithi161.xfxcne (mgr.14180) 118 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:16.701 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:14.726081+0000 mgr.smithi161.xfxcne (mgr.14180) 119 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:16.702 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:16.357827+0000 mon.smithi161 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.161:0/2040182465' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-18T08:18:16.749 INFO:teuthology.orchestra.run.smithi161.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-18T08:18:16.749 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-18T08:18:16.750 INFO:tasks.cephadm:Setup complete, yielding 2024-01-18T08:18:16.750 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-18T08:18:16.759 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi161.front.sepia.ceph.com 2024-01-18T08:18:16.760 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- bash -c 'ceph orch status' 2024-01-18T08:18:16.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:14.605619+0000 mgr.smithi161.xfxcne (mgr.14180) 118 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:16.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:14.726081+0000 mgr.smithi161.xfxcne (mgr.14180) 119 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:16.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:16.357827+0000 mon.smithi161 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.161:0/2040182465' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-18T08:18:18.056 INFO:teuthology.orchestra.run.smithi161.stdout:Backend: cephadm 2024-01-18T08:18:18.056 INFO:teuthology.orchestra.run.smithi161.stdout:Available: Yes 2024-01-18T08:18:18.057 INFO:teuthology.orchestra.run.smithi161.stdout:Paused: No 2024-01-18T08:18:18.420 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-18T08:18:18.730 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:16.726400+0000 mgr.smithi161.xfxcne (mgr.14180) 120 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:18.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:16.726400+0000 mgr.smithi161.xfxcne (mgr.14180) 120 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:19.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:18.056055+0000 mgr.smithi161.xfxcne (mgr.14180) 121 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:18:19.718 INFO:teuthology.orchestra.run.smithi161.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-18T08:18:19.719 INFO:teuthology.orchestra.run.smithi161.stdout:alertmanager.smithi161 smithi161 *:9093,9094 running (110s) 52s ago 2m 16.2M - 0.23.0 ba2b418f427c 44c423992e43 2024-01-18T08:18:19.719 INFO:teuthology.orchestra.run.smithi161.stdout:crash.smithi161 smithi161 running (2m) 52s ago 2m 7298k - 16.2.14-454-g491b5e13 5debfd7ac2a7 da3c393f6d63 2024-01-18T08:18:19.719 INFO:teuthology.orchestra.run.smithi161.stdout:crash.smithi187 smithi187 running (2m) 54s ago 2m 7419k - 16.2.14-454-g491b5e13 5debfd7ac2a7 c8f5ae635011 2024-01-18T08:18:19.719 INFO:teuthology.orchestra.run.smithi161.stdout:grafana.smithi161 smithi161 *:3000 running (104s) 52s ago 2m 46.6M - 8.3.5 dad864ee21e9 32733ef19f83 2024-01-18T08:18:19.719 INFO:teuthology.orchestra.run.smithi161.stdout:mgr.smithi161.xfxcne smithi161 *:9283 running (3m) 52s ago 3m 443M - 16.2.14-454-g491b5e13 5debfd7ac2a7 05a71f910884 2024-01-18T08:18:19.719 INFO:teuthology.orchestra.run.smithi161.stdout:mgr.smithi187.xmwtbb smithi187 *:8443,9283 running (2m) 54s ago 2m 391M - 16.2.14-454-g491b5e13 5debfd7ac2a7 3a9c0e74592a 2024-01-18T08:18:19.719 INFO:teuthology.orchestra.run.smithi161.stdout:mon.smithi161 smithi161 running (3m) 52s ago 3m 67.7M 2048M 16.2.14-454-g491b5e13 5debfd7ac2a7 6c16364e4f55 2024-01-18T08:18:19.719 INFO:teuthology.orchestra.run.smithi161.stdout:mon.smithi187 smithi187 running (2m) 54s ago 2m 59.0M 2048M 16.2.14-454-g491b5e13 5debfd7ac2a7 37042e0fbc4e 2024-01-18T08:18:19.720 INFO:teuthology.orchestra.run.smithi161.stdout:node-exporter.smithi161 smithi161 *:9100 running (2m) 52s ago 2m 22.2M - 1.3.1 1dbe0e931976 1ddcdc5267c9 2024-01-18T08:18:19.720 INFO:teuthology.orchestra.run.smithi161.stdout:node-exporter.smithi187 smithi187 *:9100 running (116s) 54s ago 116s 22.0M - 1.3.1 1dbe0e931976 0d08f2306fc6 2024-01-18T08:18:19.720 INFO:teuthology.orchestra.run.smithi161.stdout:osd.0 smithi187 running (73s) 54s ago 72s 33.5M 3992M 16.2.14-454-g491b5e13 5debfd7ac2a7 59be308c236d 2024-01-18T08:18:19.720 INFO:teuthology.orchestra.run.smithi161.stdout:osd.1 smithi161 running (70s) 52s ago 70s 31.0M 3224M 16.2.14-454-g491b5e13 5debfd7ac2a7 7bd17aae902f 2024-01-18T08:18:19.720 INFO:teuthology.orchestra.run.smithi161.stdout:osd.2 smithi187 running (69s) 54s ago 69s 28.2M 3992M 16.2.14-454-g491b5e13 5debfd7ac2a7 b697c9d972f5 2024-01-18T08:18:19.720 INFO:teuthology.orchestra.run.smithi161.stdout:osd.3 smithi161 running (66s) 52s ago 66s 31.4M 3224M 16.2.14-454-g491b5e13 5debfd7ac2a7 6e32b504ceed 2024-01-18T08:18:19.720 INFO:teuthology.orchestra.run.smithi161.stdout:osd.4 smithi187 running (66s) 54s ago 65s 29.8M 3992M 16.2.14-454-g491b5e13 5debfd7ac2a7 3c3f4d0ce370 2024-01-18T08:18:19.720 INFO:teuthology.orchestra.run.smithi161.stdout:osd.5 smithi161 running (62s) 52s ago 62s 30.4M 3224M 16.2.14-454-g491b5e13 5debfd7ac2a7 8b49e89e8b6b 2024-01-18T08:18:19.720 INFO:teuthology.orchestra.run.smithi161.stdout:osd.6 smithi187 running (62s) 54s ago 62s 27.6M 3992M 16.2.14-454-g491b5e13 5debfd7ac2a7 cb67d5c11ad4 2024-01-18T08:18:19.720 INFO:teuthology.orchestra.run.smithi161.stdout:osd.7 smithi161 running (58s) 52s ago 58s 17.2M 3224M 16.2.14-454-g491b5e13 5debfd7ac2a7 5a81fc876181 2024-01-18T08:18:19.720 INFO:teuthology.orchestra.run.smithi161.stdout:prometheus.smithi161 smithi161 *:9095 running (101s) 52s ago 2m 42.8M - 2.33.4 514e6a882f6e ebd3b4b6ebbb 2024-01-18T08:18:19.749 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:18.056055+0000 mgr.smithi161.xfxcne (mgr.14180) 121 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:18:20.103 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-18T08:18:20.756 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:18.726698+0000 mgr.smithi161.xfxcne (mgr.14180) 122 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:20.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:18.726698+0000 mgr.smithi161.xfxcne (mgr.14180) 122 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:21.422 INFO:teuthology.orchestra.run.smithi161.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-18T08:18:21.422 INFO:teuthology.orchestra.run.smithi161.stdout:alertmanager ?:9093,9094 1/1 54s ago 3m count:1 2024-01-18T08:18:21.422 INFO:teuthology.orchestra.run.smithi161.stdout:crash 2/2 56s ago 3m * 2024-01-18T08:18:21.422 INFO:teuthology.orchestra.run.smithi161.stdout:grafana ?:3000 1/1 54s ago 3m count:1 2024-01-18T08:18:21.422 INFO:teuthology.orchestra.run.smithi161.stdout:mgr 2/2 56s ago 3m count:2 2024-01-18T08:18:21.422 INFO:teuthology.orchestra.run.smithi161.stdout:mon 2/2 56s ago 2m smithi161:172.21.15.161=smithi161;smithi187:172.21.15.187=smithi187;count:2 2024-01-18T08:18:21.422 INFO:teuthology.orchestra.run.smithi161.stdout:node-exporter ?:9100 2/2 56s ago 3m * 2024-01-18T08:18:21.422 INFO:teuthology.orchestra.run.smithi161.stdout:osd.all-available-devices 8 56s ago 115s * 2024-01-18T08:18:21.422 INFO:teuthology.orchestra.run.smithi161.stdout:prometheus ?:9095 1/1 54s ago 3m count:1 2024-01-18T08:18:21.742 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:19.710957+0000 mgr.smithi161.xfxcne (mgr.14180) 123 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:18:21.786 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-18T08:18:21.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:19.710957+0000 mgr.smithi161.xfxcne (mgr.14180) 123 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:18:22.731 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:20.727021+0000 mgr.smithi161.xfxcne (mgr.14180) 124 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:22.732 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:21.418613+0000 mgr.smithi161.xfxcne (mgr.14180) 125 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:18:22.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:20.727021+0000 mgr.smithi161.xfxcne (mgr.14180) 124 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:22.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:21.418613+0000 mgr.smithi161.xfxcne (mgr.14180) 125 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:18:23.072 INFO:teuthology.orchestra.run.smithi161.stdout:HOST ADDR LABELS STATUS 2024-01-18T08:18:23.072 INFO:teuthology.orchestra.run.smithi161.stdout:smithi161 172.21.15.161 2024-01-18T08:18:23.072 INFO:teuthology.orchestra.run.smithi161.stdout:smithi187 172.21.15.187 2024-01-18T08:18:23.072 INFO:teuthology.orchestra.run.smithi161.stdout:2 hosts in cluster 2024-01-18T08:18:23.452 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-18T08:18:24.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:22.727749+0000 mgr.smithi161.xfxcne (mgr.14180) 126 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:24.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:23.072233+0000 mgr.smithi161.xfxcne (mgr.14180) 127 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:18:24.817 INFO:teuthology.orchestra.run.smithi161.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-18T08:18:24.817 INFO:teuthology.orchestra.run.smithi161.stdout:smithi161 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6233001X400BGN 372G 54s ago Has a FileSystem, LVM detected 2024-01-18T08:18:24.817 INFO:teuthology.orchestra.run.smithi161.stdout:smithi161 /dev/nvme1n1 ssd Linux_519f966258df3f17602f 89.4G 54s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:18:24.817 INFO:teuthology.orchestra.run.smithi161.stdout:smithi161 /dev/nvme2n1 ssd Linux_c9d0f7fdc466bc3ffec8 89.4G 54s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:18:24.817 INFO:teuthology.orchestra.run.smithi161.stdout:smithi161 /dev/nvme3n1 ssd Linux_6e043d2baa65a39f1402 89.4G 54s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:18:24.817 INFO:teuthology.orchestra.run.smithi161.stdout:smithi161 /dev/nvme4n1 ssd Linux_7cba6be440022a02ddec 89.4G 54s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:18:24.817 INFO:teuthology.orchestra.run.smithi161.stdout:smithi187 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620500MW400BGN 372G 57s ago Has a FileSystem, LVM detected 2024-01-18T08:18:24.818 INFO:teuthology.orchestra.run.smithi161.stdout:smithi187 /dev/nvme1n1 ssd Linux_e45631a7af98aaef00d1 89.4G 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:18:24.818 INFO:teuthology.orchestra.run.smithi161.stdout:smithi187 /dev/nvme2n1 ssd Linux_f82443e475c2767e9396 89.4G 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:18:24.818 INFO:teuthology.orchestra.run.smithi161.stdout:smithi187 /dev/nvme3n1 ssd Linux_f7fc87d9d89da81e3f33 89.4G 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:18:24.818 INFO:teuthology.orchestra.run.smithi161.stdout:smithi187 /dev/nvme4n1 ssd Linux_f9853daf3f92ef9ec82f 89.4G 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:18:24.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:22.727749+0000 mgr.smithi161.xfxcne (mgr.14180) 126 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:24.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:23.072233+0000 mgr.smithi161.xfxcne (mgr.14180) 127 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:18:25.185 INFO:teuthology.run_tasks:Running task vip... 2024-01-18T08:18:25.195 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-18T08:18:25.195 INFO:tasks.vip:peername 172.21.15.161 2024-01-18T08:18:25.198 INFO:tasks.vip:172.21.15.161 in 172.21.0.0/20, pos 4000 2024-01-18T08:18:25.202 INFO:tasks.vip:smithi161.front.sepia.ceph.com static 10.0.15.161, vnet 10.0.0.0/16 2024-01-18T08:18:25.202 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-18T08:18:25.203 DEBUG:teuthology.orchestra.run.smithi161:> sudo ip route ls 2024-01-18T08:18:25.231 INFO:teuthology.orchestra.run.smithi161.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.161 metric 100 2024-01-18T08:18:25.231 INFO:teuthology.orchestra.run.smithi161.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.161 metric 100 2024-01-18T08:18:25.232 INFO:tasks.vip:Configuring 10.0.15.161 on smithi161.front.sepia.ceph.com iface enp3s0f1... 2024-01-18T08:18:25.232 DEBUG:teuthology.orchestra.run.smithi161:> sudo ip addr add 10.0.15.161/16 dev enp3s0f1 2024-01-18T08:18:25.299 INFO:tasks.vip:peername 172.21.15.187 2024-01-18T08:18:25.302 INFO:tasks.vip:172.21.15.187 in 172.21.0.0/20, pos 4026 2024-01-18T08:18:25.306 INFO:tasks.vip:smithi187.front.sepia.ceph.com static 10.0.15.187, vnet 10.0.0.0/16 2024-01-18T08:18:25.306 DEBUG:teuthology.orchestra.run.smithi187:> sudo ip route ls 2024-01-18T08:18:25.343 INFO:teuthology.orchestra.run.smithi187.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.187 metric 100 2024-01-18T08:18:25.343 INFO:teuthology.orchestra.run.smithi187.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.187 metric 100 2024-01-18T08:18:25.345 INFO:tasks.vip:Configuring 10.0.15.187 on smithi187.front.sepia.ceph.com iface enp3s0f1... 2024-01-18T08:18:25.345 DEBUG:teuthology.orchestra.run.smithi187:> sudo ip addr add 10.0.15.187/16 dev enp3s0f1 2024-01-18T08:18:25.417 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-18T08:18:25.426 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi161.front.sepia.ceph.com 2024-01-18T08:18:25.426 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-18T08:18:26.759 INFO:teuthology.orchestra.run.smithi161.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-18T08:18:26.759 INFO:teuthology.orchestra.run.smithi161.stdout:smithi161 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6233001X400BGN 372G 56s ago Has a FileSystem, LVM detected 2024-01-18T08:18:26.759 INFO:teuthology.orchestra.run.smithi161.stdout:smithi161 /dev/nvme1n1 ssd Linux_519f966258df3f17602f 89.4G 56s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:18:26.760 INFO:teuthology.orchestra.run.smithi161.stdout:smithi161 /dev/nvme2n1 ssd Linux_c9d0f7fdc466bc3ffec8 89.4G 56s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:18:26.760 INFO:teuthology.orchestra.run.smithi161.stdout:smithi161 /dev/nvme3n1 ssd Linux_6e043d2baa65a39f1402 89.4G 56s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:18:26.760 INFO:teuthology.orchestra.run.smithi161.stdout:smithi161 /dev/nvme4n1 ssd Linux_7cba6be440022a02ddec 89.4G 56s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:18:26.760 INFO:teuthology.orchestra.run.smithi161.stdout:smithi187 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620500MW400BGN 372G 59s ago Has a FileSystem, LVM detected 2024-01-18T08:18:26.760 INFO:teuthology.orchestra.run.smithi161.stdout:smithi187 /dev/nvme1n1 ssd Linux_e45631a7af98aaef00d1 89.4G 59s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:18:26.760 INFO:teuthology.orchestra.run.smithi161.stdout:smithi187 /dev/nvme2n1 ssd Linux_f82443e475c2767e9396 89.4G 59s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:18:26.760 INFO:teuthology.orchestra.run.smithi161.stdout:smithi187 /dev/nvme3n1 ssd Linux_f7fc87d9d89da81e3f33 89.4G 59s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:18:26.760 INFO:teuthology.orchestra.run.smithi161.stdout:smithi187 /dev/nvme4n1 ssd Linux_f9853daf3f92ef9ec82f 89.4G 59s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:18:26.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:24.728253+0000 mgr.smithi161.xfxcne (mgr.14180) 128 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:26.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:24.815805+0000 mgr.smithi161.xfxcne (mgr.14180) 129 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:18:26.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:24.728253+0000 mgr.smithi161.xfxcne (mgr.14180) 128 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:26.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:24.815805+0000 mgr.smithi161.xfxcne (mgr.14180) 129 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:18:27.146 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-18T08:18:27.156 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi161.front.sepia.ceph.com 2024-01-18T08:18:27.156 DEBUG:teuthology.orchestra.run.smithi161:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-18T08:18:27.186 INFO:teuthology.orchestra.run.smithi161.stderr:+ systemctl stop nfs-server 2024-01-18T08:18:27.194 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi187.front.sepia.ceph.com 2024-01-18T08:18:27.194 DEBUG:teuthology.orchestra.run.smithi187:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-18T08:18:27.221 INFO:teuthology.orchestra.run.smithi187.stderr:+ systemctl stop nfs-server 2024-01-18T08:18:27.227 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-18T08:18:27.236 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi161.front.sepia.ceph.com 2024-01-18T08:18:27.236 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-01-18T08:18:27.754 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:26.786546+0000 mon.smithi161 (mon.0) 563 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:18:27.791 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:26.786546+0000 mon.smithi161 (mon.0) 563 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:18:28.756 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:26.728570+0000 mgr.smithi161.xfxcne (mgr.14180) 130 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:28.756 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:26.757640+0000 mgr.smithi161.xfxcne (mgr.14180) 131 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:18:28.757 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:28.108645+0000 mon.smithi161 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:28.772 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:26.728570+0000 mgr.smithi161.xfxcne (mgr.14180) 130 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:28.772 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:26.757640+0000 mgr.smithi161.xfxcne (mgr.14180) 131 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:18:28.772 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:28.108645+0000 mon.smithi161 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:29.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:29 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:29.047815+0000 mon.smithi161 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-18T08:18:29.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:29 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:29.047815+0000 mon.smithi161 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-18T08:18:30.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:28.728925+0000 mgr.smithi161.xfxcne (mgr.14180) 132 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:30.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:29.047296+0000 mgr.smithi161.xfxcne (mgr.14180) 133 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:18:30.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:29.483789+0000 mon.smithi161 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-18T08:18:30.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:29.483845+0000 mon.smithi161 (mon.0) 567 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-01-18T08:18:30.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:29.484695+0000 mon.smithi161 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-18T08:18:30.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:29.985193+0000 mon.smithi161 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:30.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:28.728925+0000 mgr.smithi161.xfxcne (mgr.14180) 132 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:30.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:29.047296+0000 mgr.smithi161.xfxcne (mgr.14180) 133 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:18:30.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:29.483789+0000 mon.smithi161 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-18T08:18:30.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:29.483845+0000 mon.smithi161 (mon.0) 567 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-01-18T08:18:30.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:29.484695+0000 mon.smithi161 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-18T08:18:30.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:29.985193+0000 mon.smithi161 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:30.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:18:30.492+0000 7fd382f42700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-18T08:18:31.052 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.161/16 --port 2999' 2024-01-18T08:18:31.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:30.489441+0000 mon.smithi161 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-18T08:18:31.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:30.489765+0000 mon.smithi161 (mon.0) 571 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-18T08:18:31.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:30.492057+0000 mon.smithi161 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-18T08:18:31.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:30.492782+0000 mon.smithi161 (mon.0) 573 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-18T08:18:31.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:30.492806+0000 mon.smithi161 (mon.0) 574 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-18T08:18:31.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:30.508289+0000 mon.smithi161 (mon.0) 575 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-18T08:18:31.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:30.509071+0000 mon.smithi161 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-18T08:18:31.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:30.509151+0000 mon.smithi161 (mon.0) 577 : cluster [DBG] fsmap foofs:0 2024-01-18T08:18:31.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:30.516580+0000 mon.smithi161 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:31.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:30.591686+0000 mon.smithi161 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:31.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:30.489441+0000 mon.smithi161 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-18T08:18:31.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:30.489765+0000 mon.smithi161 (mon.0) 571 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-18T08:18:31.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:30.492057+0000 mon.smithi161 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-18T08:18:31.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:30.492782+0000 mon.smithi161 (mon.0) 573 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-18T08:18:31.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:30.492806+0000 mon.smithi161 (mon.0) 574 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-18T08:18:31.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:30.508289+0000 mon.smithi161 (mon.0) 575 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-18T08:18:31.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:30.509071+0000 mon.smithi161 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-18T08:18:31.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:30.509151+0000 mon.smithi161 (mon.0) 577 : cluster [DBG] fsmap foofs:0 2024-01-18T08:18:31.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:30.516580+0000 mon.smithi161 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:31.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:30.591686+0000 mon.smithi161 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:32.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:18:30.512898+0000 mgr.smithi161.xfxcne (mgr.14180) 134 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-18T08:18:32.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:30.729247+0000 mgr.smithi161.xfxcne (mgr.14180) 135 : cluster [DBG] pgmap v103: 65 pgs: 64 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:32.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:31.508473+0000 mon.smithi161 (mon.0) 580 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-18T08:18:32.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:32 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:18:30.512898+0000 mgr.smithi161.xfxcne (mgr.14180) 134 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-18T08:18:32.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:32 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:30.729247+0000 mgr.smithi161.xfxcne (mgr.14180) 135 : cluster [DBG] pgmap v103: 65 pgs: 64 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:32.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:32 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:31.508473+0000 mon.smithi161 (mon.0) 580 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-18T08:18:33.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:32.513932+0000 mon.smithi161 (mon.0) 581 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-18T08:18:33.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:32.661209+0000 mgr.smithi161.xfxcne (mgr.14180) 136 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.161/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:18:33.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:32.662535+0000 mon.smithi161 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-18T08:18:33.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:32.729580+0000 mgr.smithi161.xfxcne (mgr.14180) 137 : cluster [DBG] pgmap v106: 65 pgs: 4 creating+peering, 7 active+clean, 54 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:33.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:32.911181+0000 mon.smithi161 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:33.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:33.192971+0000 mon.smithi161 (mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:18:33.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:33.193636+0000 mon.smithi161 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:18:33.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:33.197671+0000 mon.smithi161 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:33.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:33.201076+0000 mon.smithi161 (mon.0) 587 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:18:33.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:33.208225+0000 mon.smithi161 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:33.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:33.208859+0000 mon.smithi161 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi187.oimwhs", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-18T08:18:33.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:33.212291+0000 mon.smithi161 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi187.oimwhs", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-18T08:18:33.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:33.212829+0000 mon.smithi161 (mon.0) 591 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:18:33.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:18:33.213292+0000 mgr.smithi161.xfxcne (mgr.14180) 138 : cephadm [INF] Deploying daemon mds.foofs.smithi187.oimwhs on smithi187 2024-01-18T08:18:33.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:32.513932+0000 mon.smithi161 (mon.0) 581 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-18T08:18:33.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:32.661209+0000 mgr.smithi161.xfxcne (mgr.14180) 136 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.161/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:18:33.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:32.662535+0000 mon.smithi161 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-18T08:18:33.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:32.729580+0000 mgr.smithi161.xfxcne (mgr.14180) 137 : cluster [DBG] pgmap v106: 65 pgs: 4 creating+peering, 7 active+clean, 54 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:33.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:32.911181+0000 mon.smithi161 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:33.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:33.192971+0000 mon.smithi161 (mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:18:33.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:33.193636+0000 mon.smithi161 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:18:33.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:33.197671+0000 mon.smithi161 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:33.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:33.201076+0000 mon.smithi161 (mon.0) 587 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:18:33.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:33.208225+0000 mon.smithi161 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:33.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:33.208859+0000 mon.smithi161 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi187.oimwhs", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-18T08:18:33.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:33.212291+0000 mon.smithi161 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi187.oimwhs", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-18T08:18:33.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:33.212829+0000 mon.smithi161 (mon.0) 591 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:18:33.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:18:33.213292+0000 mgr.smithi161.xfxcne (mgr.14180) 138 : cephadm [INF] Deploying daemon mds.foofs.smithi187.oimwhs on smithi187 2024-01-18T08:18:34.560 INFO:teuthology.orchestra.run.smithi161.stdout:NFS Cluster Created Successfully 2024-01-18T08:18:34.754 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:33.516068+0000 mon.smithi161 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-18T08:18:34.755 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:33.516129+0000 mon.smithi161 (mon.0) 593 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-18T08:18:34.755 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:33.522628+0000 mon.smithi161 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-18T08:18:34.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:34 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:33.516068+0000 mon.smithi161 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-18T08:18:34.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:34 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:33.516129+0000 mon.smithi161 (mon.0) 593 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-18T08:18:34.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:34 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:33.522628+0000 mon.smithi161 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-18T08:18:34.921 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-01-18T08:18:35.818 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:34.520453+0000 mon.smithi161 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-18T08:18:35.818 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:34.520560+0000 mon.smithi161 (mon.0) 596 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-18T08:18:35.818 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:18:34.549932+0000 mgr.smithi161.xfxcne (mgr.14180) 139 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-18T08:18:35.818 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:34.553398+0000 mon.smithi161 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:35.818 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:18:34.554618+0000 mgr.smithi161.xfxcne (mgr.14180) 140 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-18T08:18:35.818 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:34.557297+0000 mon.smithi161 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:35.818 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:34.729903+0000 mgr.smithi161.xfxcne (mgr.14180) 141 : cluster [DBG] pgmap v109: 97 pgs: 20 creating+peering, 61 active+clean, 16 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:35.818 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:34.748556+0000 mon.smithi161 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:35.819 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:34.749673+0000 mon.smithi161 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi161.quovlv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-18T08:18:35.819 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:34.753221+0000 mon.smithi161 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi161.quovlv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-18T08:18:35.819 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:34.753891+0000 mon.smithi161 (mon.0) 602 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:18:35.819 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:18:34.754550+0000 mgr.smithi161.xfxcne (mgr.14180) 142 : cephadm [INF] Deploying daemon mds.foofs.smithi161.quovlv on smithi161 2024-01-18T08:18:35.819 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:35.393378+0000 mon.smithi161 (mon.0) 603 : cluster [INF] daemon mds.foofs.smithi187.oimwhs assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-18T08:18:35.819 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:35.393496+0000 mon.smithi161 (mon.0) 604 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-18T08:18:35.819 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:35.393519+0000 mon.smithi161 (mon.0) 605 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-18T08:18:35.819 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:35.393529+0000 mon.smithi161 (mon.0) 606 : cluster [INF] Cluster is now healthy 2024-01-18T08:18:35.819 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:35.396970+0000 mon.smithi161 (mon.0) 607 : cluster [DBG] mds.? [v2:172.21.15.187:6832/1456786129,v1:172.21.15.187:6833/1456786129] up:boot 2024-01-18T08:18:35.819 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:35.397031+0000 mon.smithi161 (mon.0) 608 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi187.oimwhs=up:creating} 2024-01-18T08:18:35.819 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:35.397333+0000 mon.smithi161 (mon.0) 609 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi187.oimwhs"}]: dispatch 2024-01-18T08:18:35.819 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:35.409699+0000 mon.smithi161 (mon.0) 610 : cluster [INF] daemon mds.foofs.smithi187.oimwhs is now active in filesystem foofs as rank 0 2024-01-18T08:18:35.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:34.520453+0000 mon.smithi161 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-18T08:18:35.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:34.520560+0000 mon.smithi161 (mon.0) 596 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-18T08:18:35.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:18:34.549932+0000 mgr.smithi161.xfxcne (mgr.14180) 139 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-18T08:18:35.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:34.553398+0000 mon.smithi161 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:35.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:18:34.554618+0000 mgr.smithi161.xfxcne (mgr.14180) 140 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-18T08:18:35.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:34.557297+0000 mon.smithi161 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:35.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:34.729903+0000 mgr.smithi161.xfxcne (mgr.14180) 141 : cluster [DBG] pgmap v109: 97 pgs: 20 creating+peering, 61 active+clean, 16 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:35.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:34.748556+0000 mon.smithi161 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:35.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:34.749673+0000 mon.smithi161 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi161.quovlv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-18T08:18:35.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:34.753221+0000 mon.smithi161 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi161.quovlv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-18T08:18:35.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:34.753891+0000 mon.smithi161 (mon.0) 602 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:18:35.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:18:34.754550+0000 mgr.smithi161.xfxcne (mgr.14180) 142 : cephadm [INF] Deploying daemon mds.foofs.smithi161.quovlv on smithi161 2024-01-18T08:18:35.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:35.393378+0000 mon.smithi161 (mon.0) 603 : cluster [INF] daemon mds.foofs.smithi187.oimwhs assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-18T08:18:35.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:35.393496+0000 mon.smithi161 (mon.0) 604 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-18T08:18:35.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:35.393519+0000 mon.smithi161 (mon.0) 605 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-18T08:18:35.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:35.393529+0000 mon.smithi161 (mon.0) 606 : cluster [INF] Cluster is now healthy 2024-01-18T08:18:35.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:35.396970+0000 mon.smithi161 (mon.0) 607 : cluster [DBG] mds.? [v2:172.21.15.187:6832/1456786129,v1:172.21.15.187:6833/1456786129] up:boot 2024-01-18T08:18:35.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:35.397031+0000 mon.smithi161 (mon.0) 608 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi187.oimwhs=up:creating} 2024-01-18T08:18:35.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:35.397333+0000 mon.smithi161 (mon.0) 609 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi187.oimwhs"}]: dispatch 2024-01-18T08:18:35.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:35.409699+0000 mon.smithi161 (mon.0) 610 : cluster [INF] daemon mds.foofs.smithi187.oimwhs is now active in filesystem foofs as rank 0 2024-01-18T08:18:36.654 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:35.536660+0000 mon.smithi161 (mon.0) 611 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-18T08:18:36.654 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:35.758659+0000 mon.smithi161 (mon.0) 612 : cluster [DBG] mgrmap e19: smithi161.xfxcne(active, since 2m), standbys: smithi187.xmwtbb 2024-01-18T08:18:36.654 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:36.402251+0000 mon.smithi161 (mon.0) 613 : cluster [DBG] mds.? [v2:172.21.15.187:6832/1456786129,v1:172.21.15.187:6833/1456786129] up:active 2024-01-18T08:18:36.654 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:36.402292+0000 mon.smithi161 (mon.0) 614 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi187.oimwhs=up:active} 2024-01-18T08:18:36.763 INFO:teuthology.orchestra.run.smithi161.stdout:{ 2024-01-18T08:18:36.763 INFO:teuthology.orchestra.run.smithi161.stdout: "bind": "/fake", 2024-01-18T08:18:36.763 INFO:teuthology.orchestra.run.smithi161.stdout: "fs": "foofs", 2024-01-18T08:18:36.763 INFO:teuthology.orchestra.run.smithi161.stdout: "path": "/", 2024-01-18T08:18:36.763 INFO:teuthology.orchestra.run.smithi161.stdout: "cluster": "foo", 2024-01-18T08:18:36.764 INFO:teuthology.orchestra.run.smithi161.stdout: "mode": "RW" 2024-01-18T08:18:36.764 INFO:teuthology.orchestra.run.smithi161.stdout:} 2024-01-18T08:18:36.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:35.536660+0000 mon.smithi161 (mon.0) 611 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-18T08:18:36.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:35.758659+0000 mon.smithi161 (mon.0) 612 : cluster [DBG] mgrmap e19: smithi161.xfxcne(active, since 2m), standbys: smithi187.xmwtbb 2024-01-18T08:18:36.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:36.402251+0000 mon.smithi161 (mon.0) 613 : cluster [DBG] mds.? [v2:172.21.15.187:6832/1456786129,v1:172.21.15.187:6833/1456786129] up:active 2024-01-18T08:18:36.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:36.402292+0000 mon.smithi161 (mon.0) 614 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi187.oimwhs=up:active} 2024-01-18T08:18:37.145 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-18T08:18:37.155 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-01-18T08:18:37.155 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:38.015 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:36.706346+0000 mon.smithi161 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:38.016 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:36.707485+0000 mon.smithi161 (mon.0) 616 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:18:38.016 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:36.726517+0000 mgr.smithi161.xfxcne (mgr.14180) 143 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:18:38.016 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:36.730255+0000 mgr.smithi161.xfxcne (mgr.14180) 144 : cluster [DBG] pgmap v111: 97 pgs: 16 creating+peering, 73 active+clean, 8 unknown; 22 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:38.016 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:36.755005+0000 mon.smithi161 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 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-01-18T08:18:38.016 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:36.758190+0000 mon.smithi161 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 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-01-18T08:18:38.016 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:37.538945+0000 mon.smithi161 (mon.0) 619 : cluster [DBG] mds.? [v2:172.21.15.161:6834/381613188,v1:172.21.15.161:6835/381613188] up:boot 2024-01-18T08:18:38.016 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:37.539245+0000 mon.smithi161 (mon.0) 620 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi187.oimwhs=up:active} 1 up:standby 2024-01-18T08:18:38.016 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:37.539385+0000 mon.smithi161 (mon.0) 621 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi161.quovlv"}]: dispatch 2024-01-18T08:18:38.016 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:37.542182+0000 mon.smithi161 (mon.0) 622 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi187.oimwhs=up:active} 1 up:standby 2024-01-18T08:18:38.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:36.706346+0000 mon.smithi161 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:38.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:36.707485+0000 mon.smithi161 (mon.0) 616 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:18:38.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:36.726517+0000 mgr.smithi161.xfxcne (mgr.14180) 143 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:18:38.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:36.730255+0000 mgr.smithi161.xfxcne (mgr.14180) 144 : cluster [DBG] pgmap v111: 97 pgs: 16 creating+peering, 73 active+clean, 8 unknown; 22 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:18:38.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:36.755005+0000 mon.smithi161 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 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-01-18T08:18:38.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:36.758190+0000 mon.smithi161 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 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-01-18T08:18:38.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:37.538945+0000 mon.smithi161 (mon.0) 619 : cluster [DBG] mds.? [v2:172.21.15.161:6834/381613188,v1:172.21.15.161:6835/381613188] up:boot 2024-01-18T08:18:38.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:37.539245+0000 mon.smithi161 (mon.0) 620 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi187.oimwhs=up:active} 1 up:standby 2024-01-18T08:18:38.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:37.539385+0000 mon.smithi161 (mon.0) 621 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi161.quovlv"}]: dispatch 2024-01-18T08:18:38.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:37.542182+0000 mon.smithi161 (mon.0) 622 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi187.oimwhs=up:active} 1 up:standby 2024-01-18T08:18:38.672 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:18:38.673 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:29.979130Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:29.979192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:29.979252Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:29.979061Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:29.978912Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:29.979312Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:29.979429Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:29.979371Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:18:39.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:38 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:37.765851+0000 mon.smithi161 (mon.0) 623 : cluster [DBG] mgrmap e20: smithi161.xfxcne(active, since 2m), standbys: smithi187.xmwtbb 2024-01-18T08:18:39.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:38 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:38.001572+0000 mon.smithi161 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:39.059 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:18:39.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:38 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:37.765851+0000 mon.smithi161 (mon.0) 623 : cluster [DBG] mgrmap e20: smithi161.xfxcne(active, since 2m), standbys: smithi187.xmwtbb 2024-01-18T08:18:39.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:38 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:38.001572+0000 mon.smithi161 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:40.060 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:40.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:38.669189+0000 mgr.smithi161.xfxcne (mgr.14180) 145 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:40.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:38.730665+0000 mgr.smithi161.xfxcne (mgr.14180) 146 : cluster [DBG] pgmap v112: 97 pgs: 16 creating+peering, 81 active+clean; 160 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s wr, 4 op/s 2024-01-18T08:18:40.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:39.876494+0000 mon.smithi161 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:40.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:38.669189+0000 mgr.smithi161.xfxcne (mgr.14180) 145 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:40.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:38.730665+0000 mgr.smithi161.xfxcne (mgr.14180) 146 : cluster [DBG] pgmap v112: 97 pgs: 16 creating+peering, 81 active+clean; 160 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s wr, 4 op/s 2024-01-18T08:18:40.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:39.876494+0000 mon.smithi161 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:41.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:40.105711+0000 mon.smithi161 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:41.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:40.106624+0000 mon.smithi161 (mon.0) 627 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:18:41.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:40.107240+0000 mon.smithi161 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:18:41.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:40.111455+0000 mon.smithi161 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:41.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:40.114907+0000 mon.smithi161 (mon.0) 630 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:18:41.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:40.122216+0000 mon.smithi161 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:41.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:18:40.138758+0000 mgr.smithi161.xfxcne (mgr.14180) 147 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi161.xbcafl 2024-01-18T08:18:41.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:40.139098+0000 mon.smithi161 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi161.xbcafl", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-18T08:18:41.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:40.142619+0000 mon.smithi161 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi161.xbcafl", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-18T08:18:41.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:18:40.143219+0000 mgr.smithi161.xfxcne (mgr.14180) 148 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-18T08:18:41.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:40.143461+0000 mon.smithi161 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-18T08:18:41.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:40.146865+0000 mon.smithi161 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-18T08:18:41.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:40.148294+0000 mon.smithi161 (mon.0) 636 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:18:41.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:40.188317+0000 mon.smithi161 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-18T08:18:41.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:40.191406+0000 mon.smithi161 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-18T08:18:41.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:18:40.234409+0000 mgr.smithi161.xfxcne (mgr.14180) 149 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-18T08:18:41.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:18:40.234511+0000 mgr.smithi161.xfxcne (mgr.14180) 150 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi161.xbcafl-rgw 2024-01-18T08:18:41.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:40.234868+0000 mon.smithi161 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi161.xbcafl-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T08:18:41.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:40.238219+0000 mon.smithi161 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi161.xbcafl-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T08:18:41.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:40.241818+0000 mon.smithi161 (mon.0) 641 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:18:41.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:18:40.242617+0000 mgr.smithi161.xfxcne (mgr.14180) 151 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi161.xbcafl on smithi161 2024-01-18T08:18:41.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:40.105711+0000 mon.smithi161 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:41.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:40.106624+0000 mon.smithi161 (mon.0) 627 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:18:41.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:40.107240+0000 mon.smithi161 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:18:41.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:40.111455+0000 mon.smithi161 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:41.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:40.114907+0000 mon.smithi161 (mon.0) 630 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:18:41.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:40.122216+0000 mon.smithi161 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:41.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:18:40.138758+0000 mgr.smithi161.xfxcne (mgr.14180) 147 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi161.xbcafl 2024-01-18T08:18:41.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:40.139098+0000 mon.smithi161 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi161.xbcafl", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-18T08:18:41.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:40.142619+0000 mon.smithi161 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi161.xbcafl", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-18T08:18:41.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:18:40.143219+0000 mgr.smithi161.xfxcne (mgr.14180) 148 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-18T08:18:41.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:40.143461+0000 mon.smithi161 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-18T08:18:41.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:40.146865+0000 mon.smithi161 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-18T08:18:41.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:40.148294+0000 mon.smithi161 (mon.0) 636 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:18:41.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:40.188317+0000 mon.smithi161 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-18T08:18:41.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:40.191406+0000 mon.smithi161 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-18T08:18:41.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:18:40.234409+0000 mgr.smithi161.xfxcne (mgr.14180) 149 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-18T08:18:41.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:18:40.234511+0000 mgr.smithi161.xfxcne (mgr.14180) 150 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi161.xbcafl-rgw 2024-01-18T08:18:41.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:40.234868+0000 mon.smithi161 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi161.xbcafl-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T08:18:41.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:40.238219+0000 mon.smithi161 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi161.xbcafl-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T08:18:41.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:40.241818+0000 mon.smithi161 (mon.0) 641 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:18:41.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:18:40.242617+0000 mgr.smithi161.xfxcne (mgr.14180) 151 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi161.xbcafl on smithi161 2024-01-18T08:18:42.302 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:18:42.302 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:18:42.678 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:40.731241+0000 mgr.smithi161.xfxcne (mgr.14180) 152 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s wr, 7 op/s 2024-01-18T08:18:42.799 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:18:42.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:40.731241+0000 mgr.smithi161.xfxcne (mgr.14180) 152 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s wr, 7 op/s 2024-01-18T08:18:43.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:43 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:42.297394+0000 mgr.smithi161.xfxcne (mgr.14180) 153 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:43.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:43 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:42.506674+0000 mon.smithi161 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:43.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:43 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:42.511795+0000 mon.smithi161 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:43.800 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:43.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:43 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:42.297394+0000 mgr.smithi161.xfxcne (mgr.14180) 153 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:43.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:43 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:42.506674+0000 mon.smithi161 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:43.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:43 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:42.511795+0000 mon.smithi161 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:44.664 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:44 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:18:42.519003+0000 mgr.smithi161.xfxcne (mgr.14180) 154 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi187.jyyhux on smithi187 2024-01-18T08:18:44.664 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:44 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:42.731825+0000 mgr.smithi161.xfxcne (mgr.14180) 155 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s wr, 5 op/s 2024-01-18T08:18:44.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:44 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:18:42.519003+0000 mgr.smithi161.xfxcne (mgr.14180) 154 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi187.jyyhux on smithi187 2024-01-18T08:18:44.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:44 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:42.731825+0000 mgr.smithi161.xfxcne (mgr.14180) 155 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s wr, 5 op/s 2024-01-18T08:18:45.165 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:18:45.165 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:18:45.523 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:18:46.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:44.732315+0000 mgr.smithi161.xfxcne (mgr.14180) 156 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 2.9 KiB/s wr, 6 op/s 2024-01-18T08:18:46.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:44.883500+0000 mon.smithi161 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:46.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:45.161976+0000 mgr.smithi161.xfxcne (mgr.14180) 157 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:46.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:44.732315+0000 mgr.smithi161.xfxcne (mgr.14180) 156 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 2.9 KiB/s wr, 6 op/s 2024-01-18T08:18:46.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:44.883500+0000 mon.smithi161 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:18:46.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:45.161976+0000 mgr.smithi161.xfxcne (mgr.14180) 157 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:46.524 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:47.899 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:18:47.900 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:18:48.205 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:46.732698+0000 mgr.smithi161.xfxcne (mgr.14180) 158 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 2.3 KiB/s wr, 5 op/s 2024-01-18T08:18:48.289 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:18:48.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:46.732698+0000 mgr.smithi161.xfxcne (mgr.14180) 158 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 2.3 KiB/s wr, 5 op/s 2024-01-18T08:18:49.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:48 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:47.896164+0000 mgr.smithi161.xfxcne (mgr.14180) 159 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:49.290 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:49.308 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:48 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:47.896164+0000 mgr.smithi161.xfxcne (mgr.14180) 159 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:50.268 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:49 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:48.733327+0000 mgr.smithi161.xfxcne (mgr.14180) 160 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.9 KiB/s wr, 4 op/s 2024-01-18T08:18:50.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:49 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:48.733327+0000 mgr.smithi161.xfxcne (mgr.14180) 160 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.9 KiB/s wr, 4 op/s 2024-01-18T08:18:50.636 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:18:50.636 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:18:51.006 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:18:52.007 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:52.735 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:50.633172+0000 mgr.smithi161.xfxcne (mgr.14180) 161 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:52.735 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:50.733750+0000 mgr.smithi161.xfxcne (mgr.14180) 162 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-01-18T08:18:52.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:52 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:50.633172+0000 mgr.smithi161.xfxcne (mgr.14180) 161 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:52.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:52 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:50.733750+0000 mgr.smithi161.xfxcne (mgr.14180) 162 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-01-18T08:18:53.348 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:18:53.348 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:18:53.714 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:18:54.714 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:54.748 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:52.734165+0000 mgr.smithi161.xfxcne (mgr.14180) 163 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2024-01-18T08:18:54.748 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:53.345117+0000 mgr.smithi161.xfxcne (mgr.14180) 164 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:54.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:52.734165+0000 mgr.smithi161.xfxcne (mgr.14180) 163 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2024-01-18T08:18:54.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:53.345117+0000 mgr.smithi161.xfxcne (mgr.14180) 164 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:56.095 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:18:56.095 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:18:56.472 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:18:56.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:54.734750+0000 mgr.smithi161.xfxcne (mgr.14180) 165 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2024-01-18T08:18:56.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:54.734750+0000 mgr.smithi161.xfxcne (mgr.14180) 165 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2024-01-18T08:18:57.473 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:57.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:57 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:56.091705+0000 mgr.smithi161.xfxcne (mgr.14180) 166 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:57.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:57 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:56.091705+0000 mgr.smithi161.xfxcne (mgr.14180) 166 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:58.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:18:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:56.735303+0000 mgr.smithi161.xfxcne (mgr.14180) 167 : cluster [DBG] pgmap v121: 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-01-18T08:18:58.821 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:18:58.821 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:18:58.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:18:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:56.735303+0000 mgr.smithi161.xfxcne (mgr.14180) 167 : cluster [DBG] pgmap v121: 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-01-18T08:18:59.190 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:19:00.192 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:00.514 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:00 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:18:58.735717+0000 mgr.smithi161.xfxcne (mgr.14180) 168 : cluster [DBG] pgmap v122: 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-01-18T08:19:00.514 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:00 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:18:58.818150+0000 mgr.smithi161.xfxcne (mgr.14180) 169 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:00.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:00 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:18:58.735717+0000 mgr.smithi161.xfxcne (mgr.14180) 168 : cluster [DBG] pgmap v122: 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-01-18T08:19:00.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:00 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:18:58.818150+0000 mgr.smithi161.xfxcne (mgr.14180) 169 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:01.607 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:19:01.607 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:01.978 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:19:02.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:02 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:00.736142+0000 mgr.smithi161.xfxcne (mgr.14180) 170 : cluster [DBG] pgmap v123: 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-01-18T08:19:02.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:02 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:00.736142+0000 mgr.smithi161.xfxcne (mgr.14180) 170 : cluster [DBG] pgmap v123: 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-01-18T08:19:02.980 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:03.657 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:03 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:19:01.603972+0000 mgr.smithi161.xfxcne (mgr.14180) 171 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:03.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:03 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:19:01.603972+0000 mgr.smithi161.xfxcne (mgr.14180) 171 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:04.322 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:19:04.322 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:04.677 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:02.736744+0000 mgr.smithi161.xfxcne (mgr.14180) 172 : cluster [DBG] pgmap v124: 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-01-18T08:19:04.748 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:19:04.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:04 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:02.736744+0000 mgr.smithi161.xfxcne (mgr.14180) 172 : cluster [DBG] pgmap v124: 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-01-18T08:19:05.749 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:05.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:05 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:19:04.318000+0000 mgr.smithi161.xfxcne (mgr.14180) 173 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:05.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:05 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:19:04.318000+0000 mgr.smithi161.xfxcne (mgr.14180) 173 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:06.749 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:04.737254+0000 mgr.smithi161.xfxcne (mgr.14180) 174 : cluster [DBG] pgmap v125: 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-01-18T08:19:06.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:06 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:04.737254+0000 mgr.smithi161.xfxcne (mgr.14180) 174 : cluster [DBG] pgmap v125: 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-01-18T08:19:07.092 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:19:07.092 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:07.454 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:19:08.455 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:08.771 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:06.737871+0000 mgr.smithi161.xfxcne (mgr.14180) 175 : cluster [DBG] pgmap v126: 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-01-18T08:19:08.771 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:19:07.088745+0000 mgr.smithi161.xfxcne (mgr.14180) 176 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:08.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:08 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:06.737871+0000 mgr.smithi161.xfxcne (mgr.14180) 175 : cluster [DBG] pgmap v126: 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-01-18T08:19:08.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:08 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:19:07.088745+0000 mgr.smithi161.xfxcne (mgr.14180) 176 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:09.794 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:19:09.794 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:10.161 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:19:10.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:08.738545+0000 mgr.smithi161.xfxcne (mgr.14180) 177 : cluster [DBG] pgmap v127: 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-01-18T08:19:10.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:08.738545+0000 mgr.smithi161.xfxcne (mgr.14180) 177 : cluster [DBG] pgmap v127: 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-01-18T08:19:11.162 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:11.702 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:19:09.791112+0000 mgr.smithi161.xfxcne (mgr.14180) 178 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:11.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:19:09.791112+0000 mgr.smithi161.xfxcne (mgr.14180) 178 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:12.528 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:19:12.528 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:12.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:10.738962+0000 mgr.smithi161.xfxcne (mgr.14180) 179 : cluster [DBG] pgmap v128: 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-01-18T08:19:12.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:10.738962+0000 mgr.smithi161.xfxcne (mgr.14180) 179 : cluster [DBG] pgmap v128: 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-01-18T08:19:13.152 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:19:14.153 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:14.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:19:12.524538+0000 mgr.smithi161.xfxcne (mgr.14180) 180 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:14.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:12.739525+0000 mgr.smithi161.xfxcne (mgr.14180) 181 : cluster [DBG] pgmap v129: 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-01-18T08:19:14.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:19:12.524538+0000 mgr.smithi161.xfxcne (mgr.14180) 180 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:14.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:12.739525+0000 mgr.smithi161.xfxcne (mgr.14180) 181 : cluster [DBG] pgmap v129: 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-01-18T08:19:15.472 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:19:15.472 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:15.885 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:19:16.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:14.740090+0000 mgr.smithi161.xfxcne (mgr.14180) 182 : cluster [DBG] pgmap v130: 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-01-18T08:19:16.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:19:15.468712+0000 mgr.smithi161.xfxcne (mgr.14180) 183 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:16.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:14.740090+0000 mgr.smithi161.xfxcne (mgr.14180) 182 : cluster [DBG] pgmap v130: 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-01-18T08:19:16.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:19:15.468712+0000 mgr.smithi161.xfxcne (mgr.14180) 183 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:16.887 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:18.259 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:19:18.259 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:18.559 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:16.740543+0000 mgr.smithi161.xfxcne (mgr.14180) 184 : cluster [DBG] pgmap v131: 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-01-18T08:19:18.588 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:19:18.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:16.740543+0000 mgr.smithi161.xfxcne (mgr.14180) 184 : cluster [DBG] pgmap v131: 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-01-18T08:19:19.589 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:19.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:19:18.255914+0000 mgr.smithi161.xfxcne (mgr.14180) 185 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:19.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:19:18.255914+0000 mgr.smithi161.xfxcne (mgr.14180) 185 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:20.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:18.741190+0000 mgr.smithi161.xfxcne (mgr.14180) 186 : cluster [DBG] pgmap v132: 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-01-18T08:19:20.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:18.741190+0000 mgr.smithi161.xfxcne (mgr.14180) 186 : cluster [DBG] pgmap v132: 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-01-18T08:19:20.883 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:19:20.883 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:21.303 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:19:22.305 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:22.635 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:20.741689+0000 mgr.smithi161.xfxcne (mgr.14180) 187 : cluster [DBG] pgmap v133: 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-01-18T08:19:22.636 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:19:20.879975+0000 mgr.smithi161.xfxcne (mgr.14180) 188 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:22.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:20.741689+0000 mgr.smithi161.xfxcne (mgr.14180) 187 : cluster [DBG] pgmap v133: 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-01-18T08:19:22.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:19:20.879975+0000 mgr.smithi161.xfxcne (mgr.14180) 188 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:23.699 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:19:23.699 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:24.075 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:19:24.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:22.742139+0000 mgr.smithi161.xfxcne (mgr.14180) 189 : cluster [DBG] pgmap v134: 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-01-18T08:19:24.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:22.742139+0000 mgr.smithi161.xfxcne (mgr.14180) 189 : cluster [DBG] pgmap v134: 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-01-18T08:19:25.077 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:25.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:19:23.695229+0000 mgr.smithi161.xfxcne (mgr.14180) 190 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:25.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:19:23.695229+0000 mgr.smithi161.xfxcne (mgr.14180) 190 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:26.435 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:19:26.436 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:26.732 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:24.742704+0000 mgr.smithi161.xfxcne (mgr.14180) 191 : cluster [DBG] pgmap v135: 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-01-18T08:19:26.809 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:19:26.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:24.742704+0000 mgr.smithi161.xfxcne (mgr.14180) 191 : cluster [DBG] pgmap v135: 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-01-18T08:19:27.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:19:26.432181+0000 mgr.smithi161.xfxcne (mgr.14180) 192 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:27.810 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:27.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:19:26.432181+0000 mgr.smithi161.xfxcne (mgr.14180) 192 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:28.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:26.743264+0000 mgr.smithi161.xfxcne (mgr.14180) 193 : cluster [DBG] pgmap v136: 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-01-18T08:19:28.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:26.743264+0000 mgr.smithi161.xfxcne (mgr.14180) 193 : cluster [DBG] pgmap v136: 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-01-18T08:19:29.151 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:19:29.151 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:29.525 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:19:30.526 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:30.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:28.743794+0000 mgr.smithi161.xfxcne (mgr.14180) 194 : cluster [DBG] pgmap v137: 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-01-18T08:19:30.805 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:19:29.147497+0000 mgr.smithi161.xfxcne (mgr.14180) 195 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:30.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:28.743794+0000 mgr.smithi161.xfxcne (mgr.14180) 194 : cluster [DBG] pgmap v137: 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-01-18T08:19:30.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:19:29.147497+0000 mgr.smithi161.xfxcne (mgr.14180) 195 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:31.925 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:19:31.925 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:32.291 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:19:32.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:30.744270+0000 mgr.smithi161.xfxcne (mgr.14180) 196 : cluster [DBG] pgmap v138: 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-01-18T08:19:32.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:32 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:30.744270+0000 mgr.smithi161.xfxcne (mgr.14180) 196 : cluster [DBG] pgmap v138: 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-01-18T08:19:33.292 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:33.653 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:19:31.921394+0000 mgr.smithi161.xfxcne (mgr.14180) 197 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:33.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:19:31.921394+0000 mgr.smithi161.xfxcne (mgr.14180) 197 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:34.721 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:19:34.721 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:34.741 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:32.744824+0000 mgr.smithi161.xfxcne (mgr.14180) 198 : cluster [DBG] pgmap v139: 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-01-18T08:19:34.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:34 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:32.744824+0000 mgr.smithi161.xfxcne (mgr.14180) 198 : cluster [DBG] pgmap v139: 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-01-18T08:19:35.092 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:19:36.094 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:36.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:19:34.717989+0000 mgr.smithi161.xfxcne (mgr.14180) 199 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:36.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:34.745633+0000 mgr.smithi161.xfxcne (mgr.14180) 200 : cluster [DBG] pgmap v140: 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-01-18T08:19:36.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:19:34.717989+0000 mgr.smithi161.xfxcne (mgr.14180) 199 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:36.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:34.745633+0000 mgr.smithi161.xfxcne (mgr.14180) 200 : cluster [DBG] pgmap v140: 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-01-18T08:19:37.434 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:19:37.435 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:37.807 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:19:38.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:38 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:36.746110+0000 mgr.smithi161.xfxcne (mgr.14180) 201 : cluster [DBG] pgmap v141: 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-01-18T08:19:38.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:38 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:19:37.431339+0000 mgr.smithi161.xfxcne (mgr.14180) 202 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:38.807 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:38.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:38 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:36.746110+0000 mgr.smithi161.xfxcne (mgr.14180) 201 : cluster [DBG] pgmap v141: 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-01-18T08:19:38.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:38 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:19:37.431339+0000 mgr.smithi161.xfxcne (mgr.14180) 202 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:40.202 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:19:40.202 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:40.581 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:19:40.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:38.746734+0000 mgr.smithi161.xfxcne (mgr.14180) 203 : cluster [DBG] pgmap v142: 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-01-18T08:19:40.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:38.746734+0000 mgr.smithi161.xfxcne (mgr.14180) 203 : cluster [DBG] pgmap v142: 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-01-18T08:19:41.582 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:41.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:19:40.198028+0000 mgr.smithi161.xfxcne (mgr.14180) 204 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:41.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:19:40.198028+0000 mgr.smithi161.xfxcne (mgr.14180) 204 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:42.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:40.747378+0000 mgr.smithi161.xfxcne (mgr.14180) 205 : cluster [DBG] pgmap v143: 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-01-18T08:19:42.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:40.747378+0000 mgr.smithi161.xfxcne (mgr.14180) 205 : cluster [DBG] pgmap v143: 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-01-18T08:19:42.929 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:19:42.929 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:43.298 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:19:43.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:43 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:42.747803+0000 mgr.smithi161.xfxcne (mgr.14180) 206 : cluster [DBG] pgmap v144: 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-01-18T08:19:43.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:43 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:19:42.925552+0000 mgr.smithi161.xfxcne (mgr.14180) 207 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:43.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:43 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:42.747803+0000 mgr.smithi161.xfxcne (mgr.14180) 206 : cluster [DBG] pgmap v144: 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-01-18T08:19:43.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:43 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:19:42.925552+0000 mgr.smithi161.xfxcne (mgr.14180) 207 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:44.299 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:45.685 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:19:45.685 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:46.063 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:19:46.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:44.748261+0000 mgr.smithi161.xfxcne (mgr.14180) 208 : cluster [DBG] pgmap v145: 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-01-18T08:19:46.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:44.748261+0000 mgr.smithi161.xfxcne (mgr.14180) 208 : cluster [DBG] pgmap v145: 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-01-18T08:19:47.065 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:47.726 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:19:45.681285+0000 mgr.smithi161.xfxcne (mgr.14180) 209 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:47.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:19:45.681285+0000 mgr.smithi161.xfxcne (mgr.14180) 209 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:48.406 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:19:48.406 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:48.679 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:48 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:46.748787+0000 mgr.smithi161.xfxcne (mgr.14180) 210 : cluster [DBG] pgmap v146: 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-01-18T08:19:48.765 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:19:48.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:48 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:46.748787+0000 mgr.smithi161.xfxcne (mgr.14180) 210 : cluster [DBG] pgmap v146: 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-01-18T08:19:49.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:49 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:19:48.402558+0000 mgr.smithi161.xfxcne (mgr.14180) 211 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:49.765 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:49.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:49 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:19:48.402558+0000 mgr.smithi161.xfxcne (mgr.14180) 211 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:50.742 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:50 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:48.749217+0000 mgr.smithi161.xfxcne (mgr.14180) 212 : cluster [DBG] pgmap v147: 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-01-18T08:19:50.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:50 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:48.749217+0000 mgr.smithi161.xfxcne (mgr.14180) 212 : cluster [DBG] pgmap v147: 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-01-18T08:19:51.106 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:19:51.106 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:51.488 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:19:52.490 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:52.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:50.749700+0000 mgr.smithi161.xfxcne (mgr.14180) 213 : cluster [DBG] pgmap v148: 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-01-18T08:19:52.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:19:51.102820+0000 mgr.smithi161.xfxcne (mgr.14180) 214 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:52.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:52 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:50.749700+0000 mgr.smithi161.xfxcne (mgr.14180) 213 : cluster [DBG] pgmap v148: 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-01-18T08:19:52.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:52 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:19:51.102820+0000 mgr.smithi161.xfxcne (mgr.14180) 214 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:53.847 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:19:53.847 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:54.213 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:19:54.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:52.750070+0000 mgr.smithi161.xfxcne (mgr.14180) 215 : cluster [DBG] pgmap v149: 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-01-18T08:19:54.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:52.750070+0000 mgr.smithi161.xfxcne (mgr.14180) 215 : cluster [DBG] pgmap v149: 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-01-18T08:19:55.214 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:55.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:19:53.843361+0000 mgr.smithi161.xfxcne (mgr.14180) 216 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:55.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:55 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:19:53.843361+0000 mgr.smithi161.xfxcne (mgr.14180) 216 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:56.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:54.750816+0000 mgr.smithi161.xfxcne (mgr.14180) 217 : cluster [DBG] pgmap v150: 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-01-18T08:19:56.572 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:19:56.572 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:56.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:54.750816+0000 mgr.smithi161.xfxcne (mgr.14180) 217 : cluster [DBG] pgmap v150: 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-01-18T08:19:56.979 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:19:57.980 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:58.591 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:19:56.568604+0000 mgr.smithi161.xfxcne (mgr.14180) 218 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:58.591 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:19:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:56.751225+0000 mgr.smithi161.xfxcne (mgr.14180) 219 : cluster [DBG] pgmap v151: 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-01-18T08:19:58.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:19:56.568604+0000 mgr.smithi161.xfxcne (mgr.14180) 218 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:58.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:19:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:56.751225+0000 mgr.smithi161.xfxcne (mgr.14180) 219 : cluster [DBG] pgmap v151: 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-01-18T08:19:59.318 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:19:59.318 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:59.737 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:20:00.738 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:00.768 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:00 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:19:58.751716+0000 mgr.smithi161.xfxcne (mgr.14180) 220 : cluster [DBG] pgmap v152: 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-01-18T08:20:00.768 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:00 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:19:59.314736+0000 mgr.smithi161.xfxcne (mgr.14180) 221 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:00.768 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:00 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:00.000169+0000 mon.smithi161 (mon.0) 645 : cluster [INF] overall HEALTH_OK 2024-01-18T08:20:00.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:00 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:19:58.751716+0000 mgr.smithi161.xfxcne (mgr.14180) 220 : cluster [DBG] pgmap v152: 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-01-18T08:20:00.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:00 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:19:59.314736+0000 mgr.smithi161.xfxcne (mgr.14180) 221 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:00.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:00 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:00.000169+0000 mon.smithi161 (mon.0) 645 : cluster [INF] overall HEALTH_OK 2024-01-18T08:20:02.054 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:20:02.055 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:02.457 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:20:02.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:02 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:00.752294+0000 mgr.smithi161.xfxcne (mgr.14180) 222 : cluster [DBG] pgmap v153: 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-01-18T08:20:02.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:02 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:00.752294+0000 mgr.smithi161.xfxcne (mgr.14180) 222 : cluster [DBG] pgmap v153: 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-01-18T08:20:03.458 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:03.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:03 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:20:02.051271+0000 mgr.smithi161.xfxcne (mgr.14180) 223 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:03.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:03 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:20:02.051271+0000 mgr.smithi161.xfxcne (mgr.14180) 223 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:04.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:02.752987+0000 mgr.smithi161.xfxcne (mgr.14180) 224 : cluster [DBG] pgmap v154: 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-01-18T08:20:04.789 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:20:04.789 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:04.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:04 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:02.752987+0000 mgr.smithi161.xfxcne (mgr.14180) 224 : cluster [DBG] pgmap v154: 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-01-18T08:20:05.196 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:20:06.197 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:06.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:04.753616+0000 mgr.smithi161.xfxcne (mgr.14180) 225 : cluster [DBG] pgmap v155: 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-01-18T08:20:06.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:20:04.785882+0000 mgr.smithi161.xfxcne (mgr.14180) 226 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:06.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:06 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:04.753616+0000 mgr.smithi161.xfxcne (mgr.14180) 225 : cluster [DBG] pgmap v155: 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-01-18T08:20:06.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:06 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:20:04.785882+0000 mgr.smithi161.xfxcne (mgr.14180) 226 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:07.608 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:20:07.609 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:07.994 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:20:08.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:06.753967+0000 mgr.smithi161.xfxcne (mgr.14180) 227 : cluster [DBG] pgmap v156: 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-01-18T08:20:08.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:08 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:06.753967+0000 mgr.smithi161.xfxcne (mgr.14180) 227 : cluster [DBG] pgmap v156: 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-01-18T08:20:08.995 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:09.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:09 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:20:07.605040+0000 mgr.smithi161.xfxcne (mgr.14180) 228 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:09.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:09 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:08.468396+0000 mon.smithi161 (mon.0) 646 : cluster [DBG] mgrmap e21: smithi161.xfxcne(active, since 4m), standbys: smithi187.xmwtbb 2024-01-18T08:20:09.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:20:07.605040+0000 mgr.smithi161.xfxcne (mgr.14180) 228 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:09.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:08.468396+0000 mon.smithi161 (mon.0) 646 : cluster [DBG] mgrmap e21: smithi161.xfxcne(active, since 4m), standbys: smithi187.xmwtbb 2024-01-18T08:20:10.372 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:20:10.372 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:10.726 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:08.754595+0000 mgr.smithi161.xfxcne (mgr.14180) 229 : cluster [DBG] pgmap v157: 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-01-18T08:20:10.745 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:20:10.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:08.754595+0000 mgr.smithi161.xfxcne (mgr.14180) 229 : cluster [DBG] pgmap v157: 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-01-18T08:20:11.746 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:11.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:20:10.368626+0000 mgr.smithi161.xfxcne (mgr.14180) 230 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:11.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:20:10.368626+0000 mgr.smithi161.xfxcne (mgr.14180) 230 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:12.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:10.755036+0000 mgr.smithi161.xfxcne (mgr.14180) 231 : cluster [DBG] pgmap v158: 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-01-18T08:20:12.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:10.755036+0000 mgr.smithi161.xfxcne (mgr.14180) 231 : cluster [DBG] pgmap v158: 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-01-18T08:20:13.162 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:20:13.162 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:13.526 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:20:14.528 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:14.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:12.755612+0000 mgr.smithi161.xfxcne (mgr.14180) 232 : cluster [DBG] pgmap v159: 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-01-18T08:20:14.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:20:13.158511+0000 mgr.smithi161.xfxcne (mgr.14180) 233 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:14.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:12.755612+0000 mgr.smithi161.xfxcne (mgr.14180) 232 : cluster [DBG] pgmap v159: 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-01-18T08:20:14.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:20:13.158511+0000 mgr.smithi161.xfxcne (mgr.14180) 233 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:15.990 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:20:15.990 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:16.367 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:20:16.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:14.756179+0000 mgr.smithi161.xfxcne (mgr.14180) 234 : cluster [DBG] pgmap v160: 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-01-18T08:20:16.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:14.756179+0000 mgr.smithi161.xfxcne (mgr.14180) 234 : cluster [DBG] pgmap v160: 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-01-18T08:20:17.367 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:17.711 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:20:15.986696+0000 mgr.smithi161.xfxcne (mgr.14180) 235 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:17.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:20:15.986696+0000 mgr.smithi161.xfxcne (mgr.14180) 235 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:18.676 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:20:18.677 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:18.700 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:16.756597+0000 mgr.smithi161.xfxcne (mgr.14180) 236 : cluster [DBG] pgmap v161: 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-01-18T08:20:18.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:16.756597+0000 mgr.smithi161.xfxcne (mgr.14180) 236 : cluster [DBG] pgmap v161: 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-01-18T08:20:19.041 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:20:20.042 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:20.720 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:20:18.672254+0000 mgr.smithi161.xfxcne (mgr.14180) 237 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:20.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:18.756982+0000 mgr.smithi161.xfxcne (mgr.14180) 238 : cluster [DBG] pgmap v162: 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-01-18T08:20:20.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:20:18.672254+0000 mgr.smithi161.xfxcne (mgr.14180) 237 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:20.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:18.756982+0000 mgr.smithi161.xfxcne (mgr.14180) 238 : cluster [DBG] pgmap v162: 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-01-18T08:20:21.400 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:20:21.400 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:21.817 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:20:22.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:20.757392+0000 mgr.smithi161.xfxcne (mgr.14180) 239 : cluster [DBG] pgmap v163: 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-01-18T08:20:22.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:20:21.396623+0000 mgr.smithi161.xfxcne (mgr.14180) 240 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:22.818 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:22.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:20.757392+0000 mgr.smithi161.xfxcne (mgr.14180) 239 : cluster [DBG] pgmap v163: 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-01-18T08:20:22.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:20:21.396623+0000 mgr.smithi161.xfxcne (mgr.14180) 240 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:24.194 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:20:24.194 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:24.609 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:20:24.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:22.757830+0000 mgr.smithi161.xfxcne (mgr.14180) 241 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:24.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:22.757830+0000 mgr.smithi161.xfxcne (mgr.14180) 241 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:25.610 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:25.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:20:24.190705+0000 mgr.smithi161.xfxcne (mgr.14180) 242 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:25.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:20:24.190705+0000 mgr.smithi161.xfxcne (mgr.14180) 242 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:26.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:24.758544+0000 mgr.smithi161.xfxcne (mgr.14180) 243 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:26.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:24.758544+0000 mgr.smithi161.xfxcne (mgr.14180) 243 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:26.919 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:20:26.920 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:27.323 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:20:27.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:26.758899+0000 mgr.smithi161.xfxcne (mgr.14180) 244 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:27.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:20:26.916558+0000 mgr.smithi161.xfxcne (mgr.14180) 245 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:28.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:26.758899+0000 mgr.smithi161.xfxcne (mgr.14180) 244 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:28.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:20:26.916558+0000 mgr.smithi161.xfxcne (mgr.14180) 245 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:28.325 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:29.642 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:20:29.642 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:30.005 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:29 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:28.759434+0000 mgr.smithi161.xfxcne (mgr.14180) 246 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:30.059 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:20:30.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:29 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:28.759434+0000 mgr.smithi161.xfxcne (mgr.14180) 246 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:31.060 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:31.711 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:20:29.638329+0000 mgr.smithi161.xfxcne (mgr.14180) 247 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:31.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:20:29.638329+0000 mgr.smithi161.xfxcne (mgr.14180) 247 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:32.397 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:20:32.397 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:32.730 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:30.759878+0000 mgr.smithi161.xfxcne (mgr.14180) 248 : cluster [DBG] pgmap v168: 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-01-18T08:20:32.765 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:20:32.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:32 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:30.759878+0000 mgr.smithi161.xfxcne (mgr.14180) 248 : cluster [DBG] pgmap v168: 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-01-18T08:20:33.767 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:33.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:20:32.393788+0000 mgr.smithi161.xfxcne (mgr.14180) 249 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:33.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:20:32.393788+0000 mgr.smithi161.xfxcne (mgr.14180) 249 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:34.655 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:32.760283+0000 mgr.smithi161.xfxcne (mgr.14180) 250 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:34.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:34 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:32.760283+0000 mgr.smithi161.xfxcne (mgr.14180) 250 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:35.132 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:20:35.132 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:35.556 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:20:36.557 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:36.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:34.760805+0000 mgr.smithi161.xfxcne (mgr.14180) 251 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:36.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:20:35.128605+0000 mgr.smithi161.xfxcne (mgr.14180) 252 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:36.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:34.760805+0000 mgr.smithi161.xfxcne (mgr.14180) 251 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:36.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:20:35.128605+0000 mgr.smithi161.xfxcne (mgr.14180) 252 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:37.891 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:20:37.892 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:38.292 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:20:38.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:38 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:36.761192+0000 mgr.smithi161.xfxcne (mgr.14180) 253 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:38.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:38 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:36.761192+0000 mgr.smithi161.xfxcne (mgr.14180) 253 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:39.292 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:39.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:39 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:20:37.888222+0000 mgr.smithi161.xfxcne (mgr.14180) 254 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:39.616 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:39 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:20:37.888222+0000 mgr.smithi161.xfxcne (mgr.14180) 254 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:40.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:38.761569+0000 mgr.smithi161.xfxcne (mgr.14180) 255 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:40.607 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:20:40.607 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:40.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:38.761569+0000 mgr.smithi161.xfxcne (mgr.14180) 255 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:41.015 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:20:42.016 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:42.675 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:20:40.604052+0000 mgr.smithi161.xfxcne (mgr.14180) 256 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:42.675 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:40.762002+0000 mgr.smithi161.xfxcne (mgr.14180) 257 : cluster [DBG] pgmap v173: 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-01-18T08:20:42.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:20:40.604052+0000 mgr.smithi161.xfxcne (mgr.14180) 256 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:42.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:40.762002+0000 mgr.smithi161.xfxcne (mgr.14180) 257 : cluster [DBG] pgmap v173: 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-01-18T08:20:43.427 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:20:43.427 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:43.822 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:20:44.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:44 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:42.762396+0000 mgr.smithi161.xfxcne (mgr.14180) 258 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:44.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:44 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:20:43.423334+0000 mgr.smithi161.xfxcne (mgr.14180) 259 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:44.823 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:44.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:44 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:42.762396+0000 mgr.smithi161.xfxcne (mgr.14180) 258 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:44.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:44 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:20:43.423334+0000 mgr.smithi161.xfxcne (mgr.14180) 259 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:46.278 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:20:46.278 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:46.603 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:44.762950+0000 mgr.smithi161.xfxcne (mgr.14180) 260 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:46.663 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:20:46.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:44.762950+0000 mgr.smithi161.xfxcne (mgr.14180) 260 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:47.663 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:47.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:20:46.274096+0000 mgr.smithi161.xfxcne (mgr.14180) 261 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:47.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:20:46.274096+0000 mgr.smithi161.xfxcne (mgr.14180) 261 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:48.641 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:48 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:46.763541+0000 mgr.smithi161.xfxcne (mgr.14180) 262 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:48.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:48 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:46.763541+0000 mgr.smithi161.xfxcne (mgr.14180) 262 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:48.988 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:20:48.988 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:49.356 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:20:50.357 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:50.688 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:50 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:48.763942+0000 mgr.smithi161.xfxcne (mgr.14180) 263 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:50.688 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:50 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:20:48.984267+0000 mgr.smithi161.xfxcne (mgr.14180) 264 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:50.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:50 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:48.763942+0000 mgr.smithi161.xfxcne (mgr.14180) 263 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:50.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:50 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:20:48.984267+0000 mgr.smithi161.xfxcne (mgr.14180) 264 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:51.735 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:20:51.735 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:52.103 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:20:52.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:50.764502+0000 mgr.smithi161.xfxcne (mgr.14180) 265 : cluster [DBG] pgmap v178: 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-01-18T08:20:52.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:52 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:50.764502+0000 mgr.smithi161.xfxcne (mgr.14180) 265 : cluster [DBG] pgmap v178: 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-01-18T08:20:53.104 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:53.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:53 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:20:51.731054+0000 mgr.smithi161.xfxcne (mgr.14180) 266 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:53.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:53 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:20:51.731054+0000 mgr.smithi161.xfxcne (mgr.14180) 266 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:54.486 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:20:54.486 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:54.632 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:52.764909+0000 mgr.smithi161.xfxcne (mgr.14180) 267 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:54.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:52.764909+0000 mgr.smithi161.xfxcne (mgr.14180) 267 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:54.856 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:20:55.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:20:54.482440+0000 mgr.smithi161.xfxcne (mgr.14180) 268 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:55.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:55 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:20:54.482440+0000 mgr.smithi161.xfxcne (mgr.14180) 268 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:55.856 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:56.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:54.765507+0000 mgr.smithi161.xfxcne (mgr.14180) 269 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:56.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:54.765507+0000 mgr.smithi161.xfxcne (mgr.14180) 269 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:57.243 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:20:57.243 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:57.627 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:20:58.629 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:58.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:56.765884+0000 mgr.smithi161.xfxcne (mgr.14180) 270 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:58.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:20:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:20:57.239871+0000 mgr.smithi161.xfxcne (mgr.14180) 271 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:58.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:56.765884+0000 mgr.smithi161.xfxcne (mgr.14180) 270 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:20:58.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:20:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:20:57.239871+0000 mgr.smithi161.xfxcne (mgr.14180) 271 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:00.030 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:21:00.030 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:00.461 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:21:00.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:00 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:20:58.766311+0000 mgr.smithi161.xfxcne (mgr.14180) 272 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:00.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:00 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:20:58.766311+0000 mgr.smithi161.xfxcne (mgr.14180) 272 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:01.463 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:01.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:01 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:21:00.026221+0000 mgr.smithi161.xfxcne (mgr.14180) 273 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:01.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:01 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:21:00.026221+0000 mgr.smithi161.xfxcne (mgr.14180) 273 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:02.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:02 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:00.766857+0000 mgr.smithi161.xfxcne (mgr.14180) 274 : cluster [DBG] pgmap v183: 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-01-18T08:21:02.798 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:21:02.798 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:02.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:02 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:00.766857+0000 mgr.smithi161.xfxcne (mgr.14180) 274 : cluster [DBG] pgmap v183: 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-01-18T08:21:03.194 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:21:04.195 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:04.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:02.767286+0000 mgr.smithi161.xfxcne (mgr.14180) 275 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:04.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:21:02.795314+0000 mgr.smithi161.xfxcne (mgr.14180) 276 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:04.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:04 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:02.767286+0000 mgr.smithi161.xfxcne (mgr.14180) 275 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:04.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:04 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:21:02.795314+0000 mgr.smithi161.xfxcne (mgr.14180) 276 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:05.592 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:21:05.592 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:05.969 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:21:06.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:04.767936+0000 mgr.smithi161.xfxcne (mgr.14180) 277 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:06.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:06 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:04.767936+0000 mgr.smithi161.xfxcne (mgr.14180) 277 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:06.969 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:07.655 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:07 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:21:05.589015+0000 mgr.smithi161.xfxcne (mgr.14180) 278 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:07.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:07 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:21:05.589015+0000 mgr.smithi161.xfxcne (mgr.14180) 278 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:08.369 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:21:08.370 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:08.673 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:06.768375+0000 mgr.smithi161.xfxcne (mgr.14180) 279 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:08.674 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:21:08.365771+0000 mgr.smithi161.xfxcne (mgr.14180) 280 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:08.743 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:21:08.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:08 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:06.768375+0000 mgr.smithi161.xfxcne (mgr.14180) 279 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:08.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:08 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:21:08.365771+0000 mgr.smithi161.xfxcne (mgr.14180) 280 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:09.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:09 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:08.768966+0000 mgr.smithi161.xfxcne (mgr.14180) 281 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:09.743 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:10.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:08.768966+0000 mgr.smithi161.xfxcne (mgr.14180) 281 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:11.151 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:21:11.151 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:11.535 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:21:12.537 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:12.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:10.769459+0000 mgr.smithi161.xfxcne (mgr.14180) 282 : cluster [DBG] pgmap v188: 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-01-18T08:21:12.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:21:11.147884+0000 mgr.smithi161.xfxcne (mgr.14180) 283 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:12.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:21:11.850942+0000 mon.smithi161 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi187.jyyhux"}]: dispatch 2024-01-18T08:21:12.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:10.769459+0000 mgr.smithi161.xfxcne (mgr.14180) 282 : cluster [DBG] pgmap v188: 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-01-18T08:21:12.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:21:11.147884+0000 mgr.smithi161.xfxcne (mgr.14180) 283 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:12.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:21:11.850942+0000 mon.smithi161 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi187.jyyhux"}]: dispatch 2024-01-18T08:21:13.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:21:11.850450+0000 mgr.smithi161.xfxcne (mgr.14180) 284 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux 2024-01-18T08:21:13.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux 2024-01-18T08:21:13.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux 2024-01-18T08:21:13.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux 2024-01-18T08:21:13.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Deploy daemon haproxy.nfs.foo.smithi187.jyyhux ... 2024-01-18T08:21:13.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:13.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:21:13.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:19:19Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T08:21:13.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:19:56Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:21:13.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:20:34Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:21:13.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:21:13.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:13.527 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Traceback (most recent call last): 2024-01-18T08:21:13.528 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:21:13.528 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: yield (conn, connr) 2024-01-18T08:21:13.528 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:21:13.528 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: code, '\n'.join(err))) 2024-01-18T08:21:13.528 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 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-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux 2024-01-18T08:21:13.528 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux 2024-01-18T08:21:13.528 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux 2024-01-18T08:21:13.528 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux 2024-01-18T08:21:13.528 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Deploy daemon haproxy.nfs.foo.smithi187.jyyhux ... 2024-01-18T08:21:13.528 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:13.528 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:21:13.528 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:19:19Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T08:21:13.528 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:19:56Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:21:13.529 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:20:34Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:21:13.529 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:21:13.529 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:13.529 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:21:11.850639+0000 mgr.smithi161.xfxcne (mgr.14180) 285 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi187.jyyhux 2024-01-18T08:21:13.529 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:21:11.851555+0000 mgr.smithi161.xfxcne (mgr.14180) 286 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux 2024-01-18T08:21:13.529 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux 2024-01-18T08:21:13.529 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux 2024-01-18T08:21:13.529 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux 2024-01-18T08:21:13.529 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Deploy daemon haproxy.nfs.foo.smithi187.jyyhux ... 2024-01-18T08:21:13.529 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:13.529 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:21:13.529 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:19:19Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T08:21:13.529 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:19:56Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:21:13.529 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:20:34Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:21:13.530 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:21:13.530 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:13.530 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:21:11.852943+0000 mgr.smithi161.xfxcne (mgr.14180) 287 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi161.bckzjt on smithi161 2024-01-18T08:21:13.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:21:11.850450+0000 mgr.smithi161.xfxcne (mgr.14180) 284 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux 2024-01-18T08:21:13.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux 2024-01-18T08:21:13.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux 2024-01-18T08:21:13.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux 2024-01-18T08:21:13.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Deploy daemon haproxy.nfs.foo.smithi187.jyyhux ... 2024-01-18T08:21:13.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:13.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:21:13.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:19:19Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T08:21:13.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:19:56Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:21:13.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:20:34Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:21:13.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:21:13.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:13.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Traceback (most recent call last): 2024-01-18T08:21:13.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:21:13.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: yield (conn, connr) 2024-01-18T08:21:13.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:21:13.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: code, '\n'.join(err))) 2024-01-18T08:21:13.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 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-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux 2024-01-18T08:21:13.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux 2024-01-18T08:21:13.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux 2024-01-18T08:21:13.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux 2024-01-18T08:21:13.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Deploy daemon haproxy.nfs.foo.smithi187.jyyhux ... 2024-01-18T08:21:13.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:13.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:21:13.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:19:19Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T08:21:13.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:19:56Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:21:13.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:20:34Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:21:13.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:21:13.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:13.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:21:11.850639+0000 mgr.smithi161.xfxcne (mgr.14180) 285 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi187.jyyhux 2024-01-18T08:21:13.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:21:11.851555+0000 mgr.smithi161.xfxcne (mgr.14180) 286 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux 2024-01-18T08:21:13.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux 2024-01-18T08:21:13.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux 2024-01-18T08:21:13.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux 2024-01-18T08:21:13.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Deploy daemon haproxy.nfs.foo.smithi187.jyyhux ... 2024-01-18T08:21:13.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:13.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:21:13.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:19:19Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T08:21:13.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:19:56Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:21:13.852 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:20:34Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:21:13.852 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:21:13.852 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:13.852 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:21:11.852943+0000 mgr.smithi161.xfxcne (mgr.14180) 287 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi161.bckzjt on smithi161 2024-01-18T08:21:14.033 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:21:14.033 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:14.432 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:21:14.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:12.769865+0000 mgr.smithi161.xfxcne (mgr.14180) 288 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:14.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:12.769865+0000 mgr.smithi161.xfxcne (mgr.14180) 288 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:15.434 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:15.751 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:21:14.029729+0000 mgr.smithi161.xfxcne (mgr.14180) 289 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:15.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:21:14.029729+0000 mgr.smithi161.xfxcne (mgr.14180) 289 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:16.715 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:21:16.715 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:16.740 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:14.770436+0000 mgr.smithi161.xfxcne (mgr.14180) 290 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:16.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:14.770436+0000 mgr.smithi161.xfxcne (mgr.14180) 290 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:17.120 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:21:18.122 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:18.736 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:21:16.711619+0000 mgr.smithi161.xfxcne (mgr.14180) 291 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:18.737 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:16.771002+0000 mgr.smithi161.xfxcne (mgr.14180) 292 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:18.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:21:16.711619+0000 mgr.smithi161.xfxcne (mgr.14180) 291 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:18.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:16.771002+0000 mgr.smithi161.xfxcne (mgr.14180) 292 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:19.415 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:21:19.415 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:19.791 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:21:20.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:18.771450+0000 mgr.smithi161.xfxcne (mgr.14180) 293 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:20.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:21:19.412075+0000 mgr.smithi161.xfxcne (mgr.14180) 294 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:20.791 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:20.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:18.771450+0000 mgr.smithi161.xfxcne (mgr.14180) 293 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:20.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:21:19.412075+0000 mgr.smithi161.xfxcne (mgr.14180) 294 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:22.138 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:21:22.138 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:22.573 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:21:22.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:20.772027+0000 mgr.smithi161.xfxcne (mgr.14180) 295 : cluster [DBG] pgmap v193: 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-01-18T08:21:22.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:20.772027+0000 mgr.smithi161.xfxcne (mgr.14180) 295 : cluster [DBG] pgmap v193: 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-01-18T08:21:23.574 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:23.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:23 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:21:22.133748+0000 mgr.smithi161.xfxcne (mgr.14180) 296 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:23.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:23 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:21:22.133748+0000 mgr.smithi161.xfxcne (mgr.14180) 296 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:24.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:22.772513+0000 mgr.smithi161.xfxcne (mgr.14180) 297 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:24.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:22.772513+0000 mgr.smithi161.xfxcne (mgr.14180) 297 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:25.071 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:21:25.071 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:25.449 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:21:26.450 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:26.774 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:24.772975+0000 mgr.smithi161.xfxcne (mgr.14180) 298 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:26.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:21:24.965270+0000 mgr.smithi161.xfxcne (mgr.14180) 299 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:26.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:24.772975+0000 mgr.smithi161.xfxcne (mgr.14180) 298 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:26.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:21:24.965270+0000 mgr.smithi161.xfxcne (mgr.14180) 299 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:27.790 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:21:27.790 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:28.173 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:21:28.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:26.773333+0000 mgr.smithi161.xfxcne (mgr.14180) 300 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:28.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:26.773333+0000 mgr.smithi161.xfxcne (mgr.14180) 300 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:29.174 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:29.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:29 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:21:27.786285+0000 mgr.smithi161.xfxcne (mgr.14180) 301 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:29.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:29 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:21:27.786285+0000 mgr.smithi161.xfxcne (mgr.14180) 301 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:30.509 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:21:30.510 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:30.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:28.773712+0000 mgr.smithi161.xfxcne (mgr.14180) 302 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:30.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:28.773712+0000 mgr.smithi161.xfxcne (mgr.14180) 302 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:31.032 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:21:31.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:21:30.506177+0000 mgr.smithi161.xfxcne (mgr.14180) 303 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:31.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:21:30.506177+0000 mgr.smithi161.xfxcne (mgr.14180) 303 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:32.033 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:32.701 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:30.774093+0000 mgr.smithi161.xfxcne (mgr.14180) 304 : cluster [DBG] pgmap v198: 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-01-18T08:21:32.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:32 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:30.774093+0000 mgr.smithi161.xfxcne (mgr.14180) 304 : cluster [DBG] pgmap v198: 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-01-18T08:21:33.367 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:21:33.367 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:33.773 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:21:34.773 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:34.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:32.774560+0000 mgr.smithi161.xfxcne (mgr.14180) 305 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:34.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:21:33.363476+0000 mgr.smithi161.xfxcne (mgr.14180) 306 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:34.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:34 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:32.774560+0000 mgr.smithi161.xfxcne (mgr.14180) 305 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:34.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:34 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:21:33.363476+0000 mgr.smithi161.xfxcne (mgr.14180) 306 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:36.177 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:21:36.178 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:36.571 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:21:36.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:34.775167+0000 mgr.smithi161.xfxcne (mgr.14180) 307 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:36.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:34.775167+0000 mgr.smithi161.xfxcne (mgr.14180) 307 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:37.572 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:37.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:21:36.172927+0000 mgr.smithi161.xfxcne (mgr.14180) 308 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:37.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:21:36.172927+0000 mgr.smithi161.xfxcne (mgr.14180) 308 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:38.559 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:38 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:36.775564+0000 mgr.smithi161.xfxcne (mgr.14180) 309 : 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, 0 op/s 2024-01-18T08:21:38.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:38 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:36.775564+0000 mgr.smithi161.xfxcne (mgr.14180) 309 : 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, 0 op/s 2024-01-18T08:21:38.907 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:21:38.908 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:39.288 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:21:40.289 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:40.656 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:38.776075+0000 mgr.smithi161.xfxcne (mgr.14180) 310 : 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, 0 op/s 2024-01-18T08:21:40.656 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:21:38.904175+0000 mgr.smithi161.xfxcne (mgr.14180) 311 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:40.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:38.776075+0000 mgr.smithi161.xfxcne (mgr.14180) 310 : 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, 0 op/s 2024-01-18T08:21:40.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:21:38.904175+0000 mgr.smithi161.xfxcne (mgr.14180) 311 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:41.702 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:21:41.702 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:42.078 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:21:42.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:40.776599+0000 mgr.smithi161.xfxcne (mgr.14180) 312 : cluster [DBG] pgmap v203: 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-01-18T08:21:42.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:40.776599+0000 mgr.smithi161.xfxcne (mgr.14180) 312 : cluster [DBG] pgmap v203: 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-01-18T08:21:43.079 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:43.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:43 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:21:41.698243+0000 mgr.smithi161.xfxcne (mgr.14180) 313 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:43.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:43 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:21:41.698243+0000 mgr.smithi161.xfxcne (mgr.14180) 313 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:44.495 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:21:44.495 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:44.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:44 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:42.776997+0000 mgr.smithi161.xfxcne (mgr.14180) 314 : 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, 0 op/s 2024-01-18T08:21:44.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:44 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:42.776997+0000 mgr.smithi161.xfxcne (mgr.14180) 314 : 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, 0 op/s 2024-01-18T08:21:44.888 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:21:45.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:21:44.491922+0000 mgr.smithi161.xfxcne (mgr.14180) 315 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:45.889 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:45.919 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:21:44.491922+0000 mgr.smithi161.xfxcne (mgr.14180) 315 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:46.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:44.777497+0000 mgr.smithi161.xfxcne (mgr.14180) 316 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:46.882 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:44.777497+0000 mgr.smithi161.xfxcne (mgr.14180) 316 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:47.246 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:21:47.246 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:47.612 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:21:47.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:46.777893+0000 mgr.smithi161.xfxcne (mgr.14180) 317 : 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-01-18T08:21:47.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:21:47.242790+0000 mgr.smithi161.xfxcne (mgr.14180) 318 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:48.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:46.777893+0000 mgr.smithi161.xfxcne (mgr.14180) 317 : 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-01-18T08:21:48.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:21:47.242790+0000 mgr.smithi161.xfxcne (mgr.14180) 318 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:48.613 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:50.008 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:21:50.008 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:50.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:49 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:48.778289+0000 mgr.smithi161.xfxcne (mgr.14180) 319 : 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-01-18T08:21:50.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:49 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:48.778289+0000 mgr.smithi161.xfxcne (mgr.14180) 319 : 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-01-18T08:21:50.403 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:21:51.403 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:51.728 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:21:50.003688+0000 mgr.smithi161.xfxcne (mgr.14180) 320 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:51.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:21:50.003688+0000 mgr.smithi161.xfxcne (mgr.14180) 320 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:52.759 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:21:52.760 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:52.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:50.778807+0000 mgr.smithi161.xfxcne (mgr.14180) 321 : cluster [DBG] pgmap v208: 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-01-18T08:21:52.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:52 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:50.778807+0000 mgr.smithi161.xfxcne (mgr.14180) 321 : cluster [DBG] pgmap v208: 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-01-18T08:21:53.190 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:21:54.192 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:54.504 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:21:52.755978+0000 mgr.smithi161.xfxcne (mgr.14180) 322 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:54.504 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:52.779169+0000 mgr.smithi161.xfxcne (mgr.14180) 323 : 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-01-18T08:21:54.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:21:52.755978+0000 mgr.smithi161.xfxcne (mgr.14180) 322 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:54.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:52.779169+0000 mgr.smithi161.xfxcne (mgr.14180) 323 : 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-01-18T08:21:55.505 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:21:55.506 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:55.927 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:21:56.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:54.779824+0000 mgr.smithi161.xfxcne (mgr.14180) 324 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:56.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:21:55.501880+0000 mgr.smithi161.xfxcne (mgr.14180) 325 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:56.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:54.779824+0000 mgr.smithi161.xfxcne (mgr.14180) 324 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:21:56.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:21:55.501880+0000 mgr.smithi161.xfxcne (mgr.14180) 325 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:56.928 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:58.231 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:21:58.232 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:58.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:56.780395+0000 mgr.smithi161.xfxcne (mgr.14180) 326 : 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-01-18T08:21:58.642 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:21:58.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:56.780395+0000 mgr.smithi161.xfxcne (mgr.14180) 326 : 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-01-18T08:21:59.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:21:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:21:58.223861+0000 mgr.smithi161.xfxcne (mgr.14180) 327 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:59.643 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:59.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:21:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:21:58.223861+0000 mgr.smithi161.xfxcne (mgr.14180) 327 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:00.606 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:00 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:21:58.780853+0000 mgr.smithi161.xfxcne (mgr.14180) 328 : 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-01-18T08:22:00.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:00 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:21:58.780853+0000 mgr.smithi161.xfxcne (mgr.14180) 328 : 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-01-18T08:22:00.992 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:22:00.993 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:01.385 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:22:02.385 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:02.744 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:02 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:00.781318+0000 mgr.smithi161.xfxcne (mgr.14180) 329 : cluster [DBG] pgmap v213: 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-01-18T08:22:02.745 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:02 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:22:00.988780+0000 mgr.smithi161.xfxcne (mgr.14180) 330 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:02.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:02 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:00.781318+0000 mgr.smithi161.xfxcne (mgr.14180) 329 : cluster [DBG] pgmap v213: 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-01-18T08:22:02.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:02 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:22:00.988780+0000 mgr.smithi161.xfxcne (mgr.14180) 330 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:03.796 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:22:03.796 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:04.167 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:22:04.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:02.781729+0000 mgr.smithi161.xfxcne (mgr.14180) 331 : 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-01-18T08:22:04.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:04 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:02.781729+0000 mgr.smithi161.xfxcne (mgr.14180) 331 : 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-01-18T08:22:05.167 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:05.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:05 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:22:03.791925+0000 mgr.smithi161.xfxcne (mgr.14180) 332 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:05.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:05 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:22:03.791925+0000 mgr.smithi161.xfxcne (mgr.14180) 332 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:06.554 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:22:06.554 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:06.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:04.782333+0000 mgr.smithi161.xfxcne (mgr.14180) 333 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:06.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:06 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:04.782333+0000 mgr.smithi161.xfxcne (mgr.14180) 333 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:06.925 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:22:07.925 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:08.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:22:06.550257+0000 mgr.smithi161.xfxcne (mgr.14180) 334 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:08.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:06.782752+0000 mgr.smithi161.xfxcne (mgr.14180) 335 : 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-01-18T08:22:08.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:08 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:22:06.550257+0000 mgr.smithi161.xfxcne (mgr.14180) 334 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:08.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:08 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:06.782752+0000 mgr.smithi161.xfxcne (mgr.14180) 335 : 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-01-18T08:22:09.290 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:22:09.290 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:09.658 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:22:10.659 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:10.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:08.783350+0000 mgr.smithi161.xfxcne (mgr.14180) 336 : 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-01-18T08:22:10.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:22:09.287270+0000 mgr.smithi161.xfxcne (mgr.14180) 337 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:10.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:08.783350+0000 mgr.smithi161.xfxcne (mgr.14180) 336 : 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-01-18T08:22:10.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:22:09.287270+0000 mgr.smithi161.xfxcne (mgr.14180) 337 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:12.038 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:22:12.038 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:12.407 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:22:12.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:10.783844+0000 mgr.smithi161.xfxcne (mgr.14180) 338 : cluster [DBG] pgmap v218: 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-01-18T08:22:12.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:10.783844+0000 mgr.smithi161.xfxcne (mgr.14180) 338 : cluster [DBG] pgmap v218: 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-01-18T08:22:13.408 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:13.734 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:22:12.034452+0000 mgr.smithi161.xfxcne (mgr.14180) 339 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:13.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:22:12.034452+0000 mgr.smithi161.xfxcne (mgr.14180) 339 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:14.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:12.784207+0000 mgr.smithi161.xfxcne (mgr.14180) 340 : cluster [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-01-18T08:22:14.804 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:22:14.804 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:14.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:12.784207+0000 mgr.smithi161.xfxcne (mgr.14180) 340 : cluster [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-01-18T08:22:15.174 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:22:16.175 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:16.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:14.784722+0000 mgr.smithi161.xfxcne (mgr.14180) 341 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:16.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:22:14.801149+0000 mgr.smithi161.xfxcne (mgr.14180) 342 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:16.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:14.784722+0000 mgr.smithi161.xfxcne (mgr.14180) 341 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:16.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:22:14.801149+0000 mgr.smithi161.xfxcne (mgr.14180) 342 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:17.511 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:22:17.511 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:17.881 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:22:18.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:16.785098+0000 mgr.smithi161.xfxcne (mgr.14180) 343 : 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-01-18T08:22:18.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:22:17.506909+0000 mgr.smithi161.xfxcne (mgr.14180) 344 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:18.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:16.785098+0000 mgr.smithi161.xfxcne (mgr.14180) 343 : 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-01-18T08:22:18.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:22:17.506909+0000 mgr.smithi161.xfxcne (mgr.14180) 344 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:18.882 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:20.225 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:22:20.225 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:20.597 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:22:20.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:18.785558+0000 mgr.smithi161.xfxcne (mgr.14180) 345 : 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-01-18T08:22:20.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:18.785558+0000 mgr.smithi161.xfxcne (mgr.14180) 345 : 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-01-18T08:22:21.599 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:21.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:22:20.220989+0000 mgr.smithi161.xfxcne (mgr.14180) 346 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:21.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:22:20.220989+0000 mgr.smithi161.xfxcne (mgr.14180) 346 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:22.618 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:20.786132+0000 mgr.smithi161.xfxcne (mgr.14180) 347 : cluster [DBG] pgmap v223: 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-01-18T08:22:22.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:20.786132+0000 mgr.smithi161.xfxcne (mgr.14180) 347 : cluster [DBG] pgmap v223: 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-01-18T08:22:22.967 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:22:22.967 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:23.390 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:22:24.391 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:24.740 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:22.786541+0000 mgr.smithi161.xfxcne (mgr.14180) 348 : cluster [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-01-18T08:22:24.740 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:22:22.963407+0000 mgr.smithi161.xfxcne (mgr.14180) 349 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:24.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:22.786541+0000 mgr.smithi161.xfxcne (mgr.14180) 348 : cluster [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-01-18T08:22:24.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:22:22.963407+0000 mgr.smithi161.xfxcne (mgr.14180) 349 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:25.792 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:22:25.793 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:26.163 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:22:26.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:24.787053+0000 mgr.smithi161.xfxcne (mgr.14180) 350 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:26.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:24.787053+0000 mgr.smithi161.xfxcne (mgr.14180) 350 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:27.164 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:27.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:22:25.788962+0000 mgr.smithi161.xfxcne (mgr.14180) 351 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:27.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:22:25.788962+0000 mgr.smithi161.xfxcne (mgr.14180) 351 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:28.592 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:22:28.592 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:28.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:26.787653+0000 mgr.smithi161.xfxcne (mgr.14180) 352 : 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-01-18T08:22:28.903 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:26.787653+0000 mgr.smithi161.xfxcne (mgr.14180) 352 : 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-01-18T08:22:28.964 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:22:29.965 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:30.692 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:22:28.588934+0000 mgr.smithi161.xfxcne (mgr.14180) 353 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:30.692 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:28.788059+0000 mgr.smithi161.xfxcne (mgr.14180) 354 : 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-01-18T08:22:30.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:22:28.588934+0000 mgr.smithi161.xfxcne (mgr.14180) 353 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:30.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:28.788059+0000 mgr.smithi161.xfxcne (mgr.14180) 354 : 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-01-18T08:22:31.407 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:22:31.407 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:31.788 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:22:32.789 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:32.821 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:30.788598+0000 mgr.smithi161.xfxcne (mgr.14180) 355 : cluster [DBG] pgmap v228: 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-01-18T08:22:32.821 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:22:31.403646+0000 mgr.smithi161.xfxcne (mgr.14180) 356 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:32.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:32 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:30.788598+0000 mgr.smithi161.xfxcne (mgr.14180) 355 : cluster [DBG] pgmap v228: 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-01-18T08:22:32.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:32 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:22:31.403646+0000 mgr.smithi161.xfxcne (mgr.14180) 356 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:33.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:32.789150+0000 mgr.smithi161.xfxcne (mgr.14180) 357 : 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-01-18T08:22:33.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:32.789150+0000 mgr.smithi161.xfxcne (mgr.14180) 357 : 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-01-18T08:22:34.163 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:22:34.163 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:34.537 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:22:34.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:22:34.159824+0000 mgr.smithi161.xfxcne (mgr.14180) 358 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:34.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:34 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:22:34.159824+0000 mgr.smithi161.xfxcne (mgr.14180) 358 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:35.538 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:36.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:34.789961+0000 mgr.smithi161.xfxcne (mgr.14180) 359 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:36.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:34.789961+0000 mgr.smithi161.xfxcne (mgr.14180) 359 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:36.944 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:22:36.945 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:37.366 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:22:38.368 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:38.713 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:38 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:36.790328+0000 mgr.smithi161.xfxcne (mgr.14180) 360 : 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-01-18T08:22:38.713 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:38 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:22:36.940843+0000 mgr.smithi161.xfxcne (mgr.14180) 361 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:38.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:38 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:36.790328+0000 mgr.smithi161.xfxcne (mgr.14180) 360 : 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-01-18T08:22:38.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:38 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:22:36.940843+0000 mgr.smithi161.xfxcne (mgr.14180) 361 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:39.705 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:22:39.705 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:40.119 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:22:40.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:38.790922+0000 mgr.smithi161.xfxcne (mgr.14180) 362 : 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-01-18T08:22:40.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:38.790922+0000 mgr.smithi161.xfxcne (mgr.14180) 362 : 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-01-18T08:22:41.120 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:41.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:22:39.701427+0000 mgr.smithi161.xfxcne (mgr.14180) 363 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:41.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:22:39.701427+0000 mgr.smithi161.xfxcne (mgr.14180) 363 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:42.451 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:22:42.451 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:42.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:40.791397+0000 mgr.smithi161.xfxcne (mgr.14180) 364 : cluster [DBG] pgmap v233: 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-01-18T08:22:42.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:40.791397+0000 mgr.smithi161.xfxcne (mgr.14180) 364 : cluster [DBG] pgmap v233: 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-01-18T08:22:42.877 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:22:43.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:43 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:22:42.448066+0000 mgr.smithi161.xfxcne (mgr.14180) 365 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:43.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:43 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:22:42.448066+0000 mgr.smithi161.xfxcne (mgr.14180) 365 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:43.879 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:44.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:44 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:42.791843+0000 mgr.smithi161.xfxcne (mgr.14180) 366 : 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-01-18T08:22:44.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:44 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:42.791843+0000 mgr.smithi161.xfxcne (mgr.14180) 366 : 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-01-18T08:22:45.255 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:22:45.255 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:45.644 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:22:46.646 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:46.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:44.792347+0000 mgr.smithi161.xfxcne (mgr.14180) 367 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:46.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:22:45.251028+0000 mgr.smithi161.xfxcne (mgr.14180) 368 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:46.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:44.792347+0000 mgr.smithi161.xfxcne (mgr.14180) 367 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:46.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:22:45.251028+0000 mgr.smithi161.xfxcne (mgr.14180) 368 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:48.078 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:22:48.078 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:48.477 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:22:48.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:48 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:46.792759+0000 mgr.smithi161.xfxcne (mgr.14180) 369 : 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-01-18T08:22:48.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:48 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:46.792759+0000 mgr.smithi161.xfxcne (mgr.14180) 369 : 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-01-18T08:22:49.478 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:49.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:49 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:22:48.074028+0000 mgr.smithi161.xfxcne (mgr.14180) 370 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:49.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:49 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:22:48.074028+0000 mgr.smithi161.xfxcne (mgr.14180) 370 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:50.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:50 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:48.793369+0000 mgr.smithi161.xfxcne (mgr.14180) 371 : 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-01-18T08:22:50.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:50 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:48.793369+0000 mgr.smithi161.xfxcne (mgr.14180) 371 : 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-01-18T08:22:50.858 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:22:50.858 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:51.226 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:22:52.227 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:52.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:50.793846+0000 mgr.smithi161.xfxcne (mgr.14180) 372 : cluster [DBG] pgmap v238: 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-01-18T08:22:52.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:22:50.854852+0000 mgr.smithi161.xfxcne (mgr.14180) 373 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:52.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:52 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:50.793846+0000 mgr.smithi161.xfxcne (mgr.14180) 372 : cluster [DBG] pgmap v238: 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-01-18T08:22:52.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:52 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:22:50.854852+0000 mgr.smithi161.xfxcne (mgr.14180) 373 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:53.585 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:22:53.585 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:53.968 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:22:54.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:52.794277+0000 mgr.smithi161.xfxcne (mgr.14180) 374 : 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-01-18T08:22:54.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:52.794277+0000 mgr.smithi161.xfxcne (mgr.14180) 374 : 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-01-18T08:22:54.969 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:55.680 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:22:53.581059+0000 mgr.smithi161.xfxcne (mgr.14180) 375 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:55.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:55 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:22:53.581059+0000 mgr.smithi161.xfxcne (mgr.14180) 375 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:56.357 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:22:56.357 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:56.725 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:54.794779+0000 mgr.smithi161.xfxcne (mgr.14180) 376 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:56.744 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:22:56.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:54.794779+0000 mgr.smithi161.xfxcne (mgr.14180) 376 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:22:57.745 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:57.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:57 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:22:56.353412+0000 mgr.smithi161.xfxcne (mgr.14180) 377 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:57.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:57 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:22:56.353412+0000 mgr.smithi161.xfxcne (mgr.14180) 377 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:58.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:22:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:56.795203+0000 mgr.smithi161.xfxcne (mgr.14180) 378 : 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-01-18T08:22:58.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:22:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:56.795203+0000 mgr.smithi161.xfxcne (mgr.14180) 378 : 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-01-18T08:22:59.084 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:22:59.085 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:59.467 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:23:00.468 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:00.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:00 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:22:58.795614+0000 mgr.smithi161.xfxcne (mgr.14180) 379 : 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-01-18T08:23:00.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:00 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:22:59.081532+0000 mgr.smithi161.xfxcne (mgr.14180) 380 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:00.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:00 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:22:58.795614+0000 mgr.smithi161.xfxcne (mgr.14180) 379 : 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-01-18T08:23:00.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:00 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:22:59.081532+0000 mgr.smithi161.xfxcne (mgr.14180) 380 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:01.873 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:23:01.873 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:02.299 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:23:02.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:02 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:00.796049+0000 mgr.smithi161.xfxcne (mgr.14180) 381 : cluster [DBG] pgmap v243: 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-01-18T08:23:03.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:02 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:00.796049+0000 mgr.smithi161.xfxcne (mgr.14180) 381 : cluster [DBG] pgmap v243: 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-01-18T08:23:03.301 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:03.626 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:03 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:23:01.870220+0000 mgr.smithi161.xfxcne (mgr.14180) 382 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:03.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:03 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:23:01.870220+0000 mgr.smithi161.xfxcne (mgr.14180) 382 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:04.680 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:23:04.681 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:04.706 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:02.796392+0000 mgr.smithi161.xfxcne (mgr.14180) 383 : 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-01-18T08:23:04.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:04 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:02.796392+0000 mgr.smithi161.xfxcne (mgr.14180) 383 : 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-01-18T08:23:05.066 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:23:06.066 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:06.695 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:23:04.677451+0000 mgr.smithi161.xfxcne (mgr.14180) 384 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:06.695 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:04.797085+0000 mgr.smithi161.xfxcne (mgr.14180) 385 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:23:06.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:06 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:23:04.677451+0000 mgr.smithi161.xfxcne (mgr.14180) 384 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:06.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:06 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:04.797085+0000 mgr.smithi161.xfxcne (mgr.14180) 385 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:23:07.417 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:23:07.417 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:07.799 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:23:08.800 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:08.829 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:06.797558+0000 mgr.smithi161.xfxcne (mgr.14180) 386 : 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-01-18T08:23:08.829 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:23:07.413262+0000 mgr.smithi161.xfxcne (mgr.14180) 387 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:08.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:08 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:06.797558+0000 mgr.smithi161.xfxcne (mgr.14180) 386 : 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-01-18T08:23:08.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:08 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:23:07.413262+0000 mgr.smithi161.xfxcne (mgr.14180) 387 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:09.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:08.798154+0000 mgr.smithi161.xfxcne (mgr.14180) 388 : 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-01-18T08:23:09.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:09 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:08.798154+0000 mgr.smithi161.xfxcne (mgr.14180) 388 : 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-01-18T08:23:10.228 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:23:10.228 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:10.607 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:23:11.607 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:11.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:23:10.225214+0000 mgr.smithi161.xfxcne (mgr.14180) 389 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:11.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:23:10.225214+0000 mgr.smithi161.xfxcne (mgr.14180) 389 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:12.693 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:10.798871+0000 mgr.smithi161.xfxcne (mgr.14180) 390 : cluster [DBG] pgmap v248: 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-01-18T08:23:12.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:10.798871+0000 mgr.smithi161.xfxcne (mgr.14180) 390 : cluster [DBG] pgmap v248: 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-01-18T08:23:13.054 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:23:13.055 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:13.433 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:23:14.434 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:14.758 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:12.799229+0000 mgr.smithi161.xfxcne (mgr.14180) 391 : 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-01-18T08:23:14.758 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:23:13.051623+0000 mgr.smithi161.xfxcne (mgr.14180) 392 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:14.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:12.799229+0000 mgr.smithi161.xfxcne (mgr.14180) 391 : 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-01-18T08:23:14.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:23:13.051623+0000 mgr.smithi161.xfxcne (mgr.14180) 392 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:15.795 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:23:15.796 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:16.199 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:23:16.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:14.799839+0000 mgr.smithi161.xfxcne (mgr.14180) 393 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:23:16.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:14.799839+0000 mgr.smithi161.xfxcne (mgr.14180) 393 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:23:17.200 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:17.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:23:15.792385+0000 mgr.smithi161.xfxcne (mgr.14180) 394 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:17.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:23:15.792385+0000 mgr.smithi161.xfxcne (mgr.14180) 394 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:18.532 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:23:18.533 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:18.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:16.800286+0000 mgr.smithi161.xfxcne (mgr.14180) 395 : 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-01-18T08:23:18.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:16.800286+0000 mgr.smithi161.xfxcne (mgr.14180) 395 : 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-01-18T08:23:19.033 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:23:19.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:23:18.529137+0000 mgr.smithi161.xfxcne (mgr.14180) 396 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:19.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:23:18.529137+0000 mgr.smithi161.xfxcne (mgr.14180) 396 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:20.033 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:20.684 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:18.800735+0000 mgr.smithi161.xfxcne (mgr.14180) 397 : 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-01-18T08:23:20.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:18.800735+0000 mgr.smithi161.xfxcne (mgr.14180) 397 : 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-01-18T08:23:21.358 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:23:21.358 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:21.772 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:23:22.773 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:22.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:20.801322+0000 mgr.smithi161.xfxcne (mgr.14180) 398 : cluster [DBG] pgmap v253: 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-01-18T08:23:22.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:23:21.354845+0000 mgr.smithi161.xfxcne (mgr.14180) 399 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:22.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:20.801322+0000 mgr.smithi161.xfxcne (mgr.14180) 398 : cluster [DBG] pgmap v253: 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-01-18T08:23:22.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:23:21.354845+0000 mgr.smithi161.xfxcne (mgr.14180) 399 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:24.120 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:23:24.120 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:24.505 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:23:24.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:22.801795+0000 mgr.smithi161.xfxcne (mgr.14180) 400 : 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-01-18T08:23:24.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:22.801795+0000 mgr.smithi161.xfxcne (mgr.14180) 400 : 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-01-18T08:23:25.506 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:25.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:23:24.116869+0000 mgr.smithi161.xfxcne (mgr.14180) 401 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:25.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:23:24.116869+0000 mgr.smithi161.xfxcne (mgr.14180) 401 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:26.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:24.802314+0000 mgr.smithi161.xfxcne (mgr.14180) 402 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:23:26.840 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:23:26.840 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:26.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:24.802314+0000 mgr.smithi161.xfxcne (mgr.14180) 402 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:23:27.212 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:23:28.212 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:28.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:26.802729+0000 mgr.smithi161.xfxcne (mgr.14180) 403 : 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-01-18T08:23:28.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:23:26.836698+0000 mgr.smithi161.xfxcne (mgr.14180) 404 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:28.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:26.802729+0000 mgr.smithi161.xfxcne (mgr.14180) 403 : 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-01-18T08:23:28.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:23:26.836698+0000 mgr.smithi161.xfxcne (mgr.14180) 404 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:29.575 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:23:29.576 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:29.963 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:23:30.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:28.803176+0000 mgr.smithi161.xfxcne (mgr.14180) 405 : 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-01-18T08:23:30.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:28.803176+0000 mgr.smithi161.xfxcne (mgr.14180) 405 : 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-01-18T08:23:30.963 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:31.657 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:23:29.572156+0000 mgr.smithi161.xfxcne (mgr.14180) 406 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:31.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:23:29.572156+0000 mgr.smithi161.xfxcne (mgr.14180) 406 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:32.374 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:23:32.374 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:32.727 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:30.803729+0000 mgr.smithi161.xfxcne (mgr.14180) 407 : cluster [DBG] pgmap v258: 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-01-18T08:23:32.754 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:23:32.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:32 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:30.803729+0000 mgr.smithi161.xfxcne (mgr.14180) 407 : cluster [DBG] pgmap v258: 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-01-18T08:23:33.754 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:33.788 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:23:32.370351+0000 mgr.smithi161.xfxcne (mgr.14180) 408 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:33.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:23:32.370351+0000 mgr.smithi161.xfxcne (mgr.14180) 408 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:34.668 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:32.804182+0000 mgr.smithi161.xfxcne (mgr.14180) 409 : 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-01-18T08:23:34.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:34 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:32.804182+0000 mgr.smithi161.xfxcne (mgr.14180) 409 : 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-01-18T08:23:35.189 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:23:35.190 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:35.579 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:23:36.580 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:36.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:34.804699+0000 mgr.smithi161.xfxcne (mgr.14180) 410 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:23:36.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:23:35.186178+0000 mgr.smithi161.xfxcne (mgr.14180) 411 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:36.921 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:34.804699+0000 mgr.smithi161.xfxcne (mgr.14180) 410 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:23:36.921 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:23:35.186178+0000 mgr.smithi161.xfxcne (mgr.14180) 411 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:37.939 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:23:37.939 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:38.349 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:23:38.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:38 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:36.805083+0000 mgr.smithi161.xfxcne (mgr.14180) 412 : 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-01-18T08:23:38.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:38 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:36.805083+0000 mgr.smithi161.xfxcne (mgr.14180) 412 : 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-01-18T08:23:39.350 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:39.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:39 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:23:37.935785+0000 mgr.smithi161.xfxcne (mgr.14180) 413 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:39.671 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:39 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:23:37.935785+0000 mgr.smithi161.xfxcne (mgr.14180) 413 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:40.675 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:23:40.676 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:40.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:38.805577+0000 mgr.smithi161.xfxcne (mgr.14180) 414 : cluster [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-01-18T08:23:40.897 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:38.805577+0000 mgr.smithi161.xfxcne (mgr.14180) 414 : cluster [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-01-18T08:23:41.102 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:23:41.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:23:40.672044+0000 mgr.smithi161.xfxcne (mgr.14180) 415 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:41.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:40.806262+0000 mgr.smithi161.xfxcne (mgr.14180) 416 : cluster [DBG] pgmap v263: 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-01-18T08:23:42.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:23:40.672044+0000 mgr.smithi161.xfxcne (mgr.14180) 415 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:42.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:40.806262+0000 mgr.smithi161.xfxcne (mgr.14180) 416 : cluster [DBG] pgmap v263: 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-01-18T08:23:42.102 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:43.552 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:23:43.552 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:43.927 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:23:44.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:43 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:42.806693+0000 mgr.smithi161.xfxcne (mgr.14180) 417 : 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-01-18T08:23:44.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:43 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:42.806693+0000 mgr.smithi161.xfxcne (mgr.14180) 417 : 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-01-18T08:23:44.928 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:45.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:44 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:23:43.548108+0000 mgr.smithi161.xfxcne (mgr.14180) 418 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:45.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:44 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:23:43.548108+0000 mgr.smithi161.xfxcne (mgr.14180) 418 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:46.408 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:23:46.408 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:46.733 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:44.807379+0000 mgr.smithi161.xfxcne (mgr.14180) 419 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:23:46.776 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:23:46.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:44.807379+0000 mgr.smithi161.xfxcne (mgr.14180) 419 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:23:47.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:23:46.404500+0000 mgr.smithi161.xfxcne (mgr.14180) 420 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:47.777 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:47.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:23:46.404500+0000 mgr.smithi161.xfxcne (mgr.14180) 420 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:48.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:48 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:46.807947+0000 mgr.smithi161.xfxcne (mgr.14180) 421 : 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-01-18T08:23:48.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:48 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:46.807947+0000 mgr.smithi161.xfxcne (mgr.14180) 421 : 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-01-18T08:23:49.141 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:23:49.141 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:49.527 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:23:50.528 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:50.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:50 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:48.808357+0000 mgr.smithi161.xfxcne (mgr.14180) 422 : 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-01-18T08:23:50.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:50 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:23:49.137847+0000 mgr.smithi161.xfxcne (mgr.14180) 423 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:50.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:50 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:48.808357+0000 mgr.smithi161.xfxcne (mgr.14180) 422 : 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-01-18T08:23:50.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:50 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:23:49.137847+0000 mgr.smithi161.xfxcne (mgr.14180) 423 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:51.918 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:23:51.918 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:52.300 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:23:52.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:50.809040+0000 mgr.smithi161.xfxcne (mgr.14180) 424 : cluster [DBG] pgmap v268: 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-01-18T08:23:52.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:52 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:50.809040+0000 mgr.smithi161.xfxcne (mgr.14180) 424 : cluster [DBG] pgmap v268: 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-01-18T08:23:53.301 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:53.626 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:53 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:23:51.914415+0000 mgr.smithi161.xfxcne (mgr.14180) 425 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:53.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:53 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:23:51.914415+0000 mgr.smithi161.xfxcne (mgr.14180) 425 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:54.658 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:23:54.658 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:54.680 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:52.809509+0000 mgr.smithi161.xfxcne (mgr.14180) 426 : 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-01-18T08:23:54.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:52.809509+0000 mgr.smithi161.xfxcne (mgr.14180) 426 : 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-01-18T08:23:55.117 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:23:56.118 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:56.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:23:54.654937+0000 mgr.smithi161.xfxcne (mgr.14180) 427 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:56.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:54.810155+0000 mgr.smithi161.xfxcne (mgr.14180) 428 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:23:56.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:23:54.654937+0000 mgr.smithi161.xfxcne (mgr.14180) 427 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:56.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:54.810155+0000 mgr.smithi161.xfxcne (mgr.14180) 428 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:23:57.479 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:23:57.479 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:57.890 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:23:58.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:56.810636+0000 mgr.smithi161.xfxcne (mgr.14180) 429 : 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-01-18T08:23:58.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:23:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:23:57.475256+0000 mgr.smithi161.xfxcne (mgr.14180) 430 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:58.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:56.810636+0000 mgr.smithi161.xfxcne (mgr.14180) 429 : 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-01-18T08:23:58.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:23:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:23:57.475256+0000 mgr.smithi161.xfxcne (mgr.14180) 430 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:58.891 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:00.254 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:24:00.254 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:00.539 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:00 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:23:58.811067+0000 mgr.smithi161.xfxcne (mgr.14180) 431 : 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-01-18T08:24:00.624 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:24:00.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:00 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:23:58.811067+0000 mgr.smithi161.xfxcne (mgr.14180) 431 : 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-01-18T08:24:01.625 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:01.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:01 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:00.251320+0000 mgr.smithi161.xfxcne (mgr.14180) 432 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:01.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:01 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:00.251320+0000 mgr.smithi161.xfxcne (mgr.14180) 432 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:02.694 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:02 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:00.811768+0000 mgr.smithi161.xfxcne (mgr.14180) 433 : cluster [DBG] pgmap v273: 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-01-18T08:24:02.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:02 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:00.811768+0000 mgr.smithi161.xfxcne (mgr.14180) 433 : cluster [DBG] pgmap v273: 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-01-18T08:24:03.043 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:24:03.044 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:03.423 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:24:04.424 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:04.758 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:02.812169+0000 mgr.smithi161.xfxcne (mgr.14180) 434 : 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-01-18T08:24:04.758 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:03.039476+0000 mgr.smithi161.xfxcne (mgr.14180) 435 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:04.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:04 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:02.812169+0000 mgr.smithi161.xfxcne (mgr.14180) 434 : 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-01-18T08:24:04.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:04 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:03.039476+0000 mgr.smithi161.xfxcne (mgr.14180) 435 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:05.817 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:24:05.817 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:06.198 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:24:06.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:06 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:04.812909+0000 mgr.smithi161.xfxcne (mgr.14180) 436 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:24:07.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:04.812909+0000 mgr.smithi161.xfxcne (mgr.14180) 436 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:24:07.200 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:07.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:07 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:05.813562+0000 mgr.smithi161.xfxcne (mgr.14180) 437 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:07.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:07 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:05.813562+0000 mgr.smithi161.xfxcne (mgr.14180) 437 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:08.566 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:24:08.566 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:08.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:08 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:06.813334+0000 mgr.smithi161.xfxcne (mgr.14180) 438 : 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-01-18T08:24:08.871 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:06.813334+0000 mgr.smithi161.xfxcne (mgr.14180) 438 : 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-01-18T08:24:08.947 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:24:09.948 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:10.828 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:08.563156+0000 mgr.smithi161.xfxcne (mgr.14180) 439 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:10.829 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:08.813759+0000 mgr.smithi161.xfxcne (mgr.14180) 440 : 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-01-18T08:24:10.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:08.563156+0000 mgr.smithi161.xfxcne (mgr.14180) 439 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:10.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:08.813759+0000 mgr.smithi161.xfxcne (mgr.14180) 440 : 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-01-18T08:24:11.345 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:24:11.345 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:37.995575Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:37.996154Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:37.995733Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:37.995800Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:37.995861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:37.995919Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:11.646 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:11.411223+0000 mon.smithi161 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi161.bckzjt"}]: dispatch 2024-01-18T08:24:11.646 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:11.416468+0000 mon.smithi161 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:24:11.647 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:11.419298+0000 mon.smithi161 (mon.0) 650 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:24:11.720 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:24:11.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:11.411223+0000 mon.smithi161 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi161.bckzjt"}]: dispatch 2024-01-18T08:24:11.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:11.416468+0000 mon.smithi161 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:24:11.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:11.419298+0000 mon.smithi161 (mon.0) 650 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:24:12.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:10.814308+0000 mgr.smithi161.xfxcne (mgr.14180) 441 : cluster [DBG] pgmap v278: 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-01-18T08:24:12.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:11.340884+0000 mgr.smithi161.xfxcne (mgr.14180) 442 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:12.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:24:11.410722+0000 mgr.smithi161.xfxcne (mgr.14180) 443 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt 2024-01-18T08:24:12.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt 2024-01-18T08:24:12.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt 2024-01-18T08:24:12.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt 2024-01-18T08:24:12.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Deploy daemon haproxy.nfs.foo.smithi161.bckzjt ... 2024-01-18T08:24:12.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:12.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:24:12.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:21:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:24:12.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:22:56Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T08:24:12.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:23:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:24:12.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:24:12.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:12.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Traceback (most recent call last): 2024-01-18T08:24:12.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:24:12.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: yield (conn, connr) 2024-01-18T08:24:12.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:24:12.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: code, '\n'.join(err))) 2024-01-18T08:24:12.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 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-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt 2024-01-18T08:24:12.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt 2024-01-18T08:24:12.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt 2024-01-18T08:24:12.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt 2024-01-18T08:24:12.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Deploy daemon haproxy.nfs.foo.smithi161.bckzjt ... 2024-01-18T08:24:12.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:12.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:24:12.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:21:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:24:12.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:22:56Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T08:24:12.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:23:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:24:12.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:24:12.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:12.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:24:11.410919+0000 mgr.smithi161.xfxcne (mgr.14180) 444 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi161.bckzjt 2024-01-18T08:24:12.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:24:11.411802+0000 mgr.smithi161.xfxcne (mgr.14180) 445 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt 2024-01-18T08:24:12.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt 2024-01-18T08:24:12.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt 2024-01-18T08:24:12.602 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt 2024-01-18T08:24:12.602 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Deploy daemon haproxy.nfs.foo.smithi161.bckzjt ... 2024-01-18T08:24:12.602 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:12.602 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:24:12.602 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:21:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:24:12.602 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:22:56Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T08:24:12.602 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:23:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:24:12.602 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:24:12.602 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:12.602 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:24:11.416934+0000 mgr.smithi161.xfxcne (mgr.14180) 446 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:24:12.602 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:24:11.418544+0000 mgr.smithi161.xfxcne (mgr.14180) 447 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:24:12.602 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:11.419201+0000 mgr.smithi161.xfxcne (mgr.14180) 448 : cluster [DBG] pgmap v279: 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-01-18T08:24:12.602 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:11.542046+0000 mon.smithi161 (mon.0) 651 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:24:12.721 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:13.000 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:10.814308+0000 mgr.smithi161.xfxcne (mgr.14180) 441 : cluster [DBG] pgmap v278: 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-01-18T08:24:13.000 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:11.340884+0000 mgr.smithi161.xfxcne (mgr.14180) 442 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:13.001 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:24:11.410722+0000 mgr.smithi161.xfxcne (mgr.14180) 443 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt 2024-01-18T08:24:13.001 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt 2024-01-18T08:24:13.001 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt 2024-01-18T08:24:13.001 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt 2024-01-18T08:24:13.001 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Deploy daemon haproxy.nfs.foo.smithi161.bckzjt ... 2024-01-18T08:24:13.001 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:13.001 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:24:13.001 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:21:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:24:13.001 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:22:56Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T08:24:13.001 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:23:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:24:13.001 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:24:13.001 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:13.001 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Traceback (most recent call last): 2024-01-18T08:24:13.002 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:24:13.002 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: yield (conn, connr) 2024-01-18T08:24:13.002 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:24:13.002 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: code, '\n'.join(err))) 2024-01-18T08:24:13.002 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 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-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt 2024-01-18T08:24:13.002 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt 2024-01-18T08:24:13.002 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt 2024-01-18T08:24:13.002 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt 2024-01-18T08:24:13.002 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Deploy daemon haproxy.nfs.foo.smithi161.bckzjt ... 2024-01-18T08:24:13.002 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:13.002 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:24:13.002 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:21:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:24:13.002 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:22:56Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T08:24:13.003 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:23:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:24:13.003 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:24:13.003 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:13.003 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:24:11.410919+0000 mgr.smithi161.xfxcne (mgr.14180) 444 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi161.bckzjt 2024-01-18T08:24:13.003 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:24:11.411802+0000 mgr.smithi161.xfxcne (mgr.14180) 445 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt 2024-01-18T08:24:13.003 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt 2024-01-18T08:24:13.003 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt 2024-01-18T08:24:13.003 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt 2024-01-18T08:24:13.003 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Deploy daemon haproxy.nfs.foo.smithi161.bckzjt ... 2024-01-18T08:24:13.003 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:13.003 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:24:13.003 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:21:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:24:13.003 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:22:56Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T08:24:13.003 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:23:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:24:13.004 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:24:13.004 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:13.004 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:24:11.416934+0000 mgr.smithi161.xfxcne (mgr.14180) 446 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:24:13.004 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:24:11.418544+0000 mgr.smithi161.xfxcne (mgr.14180) 447 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:24:13.004 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:11.419201+0000 mgr.smithi161.xfxcne (mgr.14180) 448 : cluster [DBG] pgmap v279: 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-01-18T08:24:13.004 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:11.542046+0000 mon.smithi161 (mon.0) 651 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:24:13.985 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:12.683690+0000 mon.smithi161 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:24:13.985 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:13.419740+0000 mgr.smithi161.xfxcne (mgr.14180) 449 : cluster [DBG] pgmap v280: 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-01-18T08:24:14.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:12.683690+0000 mon.smithi161 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:24:14.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:13.419740+0000 mgr.smithi161.xfxcne (mgr.14180) 449 : cluster [DBG] pgmap v280: 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-01-18T08:24:14.381 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:24:14.381 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:18:40.099730Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:18:40.099811Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:18:40.099872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:18:40.100284Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:18:40.099656Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:18:40.099514Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:18:40.099932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:18:40.100049Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:18:40.099990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:14.938 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T08:24:15.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:14.377146+0000 mgr.smithi161.xfxcne (mgr.14180) 450 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:15.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:14.377146+0000 mgr.smithi161.xfxcne (mgr.14180) 450 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:15.939 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:16.256 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:15.120241+0000 mon.smithi161 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:24:16.256 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:15.408181+0000 mon.smithi161 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:24:16.256 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:15.420547+0000 mgr.smithi161.xfxcne (mgr.14180) 451 : cluster [DBG] pgmap v281: 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-01-18T08:24:16.256 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:15.685552+0000 mon.smithi161 (mon.0) 655 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:24:16.257 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:15.686186+0000 mon.smithi161 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:24:16.257 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:15.690435+0000 mon.smithi161 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:24:16.257 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:15.693970+0000 mon.smithi161 (mon.0) 658 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:24:16.257 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:15.700609+0000 mon.smithi161 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:24:16.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:15.120241+0000 mon.smithi161 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:24:16.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:15.408181+0000 mon.smithi161 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:24:16.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:15.420547+0000 mgr.smithi161.xfxcne (mgr.14180) 451 : cluster [DBG] pgmap v281: 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-01-18T08:24:16.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:15.685552+0000 mon.smithi161 (mon.0) 655 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:24:16.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:15.686186+0000 mon.smithi161 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:24:16.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:15.690435+0000 mon.smithi161 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:24:16.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:15.693970+0000 mon.smithi161 (mon.0) 658 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:24:16.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:15.700609+0000 mon.smithi161 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:24:17.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:15.690801+0000 mgr.smithi161.xfxcne (mgr.14180) 452 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2024-01-18T08:24:17.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:24:15.702443+0000 mgr.smithi161.xfxcne (mgr.14180) 453 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi187.siypuu on smithi187 2024-01-18T08:24:17.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:16.406272+0000 mon.smithi161 (mon.0) 660 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:24:17.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:16.406297+0000 mon.smithi161 (mon.0) 661 : cluster [INF] Cluster is now healthy 2024-01-18T08:24:17.301 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:24:17.301 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:17.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:15.690801+0000 mgr.smithi161.xfxcne (mgr.14180) 452 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2024-01-18T08:24:17.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:24:15.702443+0000 mgr.smithi161.xfxcne (mgr.14180) 453 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi187.siypuu on smithi187 2024-01-18T08:24:17.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:16.406272+0000 mon.smithi161 (mon.0) 660 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:24:17.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:16.406297+0000 mon.smithi161 (mon.0) 661 : cluster [INF] Cluster is now healthy 2024-01-18T08:24:17.679 INFO:tasks.cephadm:nfs.foo has 1/1 2024-01-18T08:24:17.680 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-18T08:24:17.690 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-01-18T08:24:17.690 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:18.367 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:17.297593+0000 mgr.smithi161.xfxcne (mgr.14180) 454 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:18.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:17.297593+0000 mgr.smithi161.xfxcne (mgr.14180) 454 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:19.056 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:24:19.056 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:19.392 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:17.691317+0000 mgr.smithi161.xfxcne (mgr.14180) 455 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2024-01-18T08:24:19.437 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:19.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:17.691317+0000 mgr.smithi161.xfxcne (mgr.14180) 455 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2024-01-18T08:24:20.437 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:20.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:19.052111+0000 mgr.smithi161.xfxcne (mgr.14180) 456 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:20.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:19.052111+0000 mgr.smithi161.xfxcne (mgr.14180) 456 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:21.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:19.691876+0000 mgr.smithi161.xfxcne (mgr.14180) 457 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2024-01-18T08:24:21.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:19.691876+0000 mgr.smithi161.xfxcne (mgr.14180) 457 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2024-01-18T08:24:21.904 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:24:21.904 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:22.288 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:23.288 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:23.613 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:23 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:21.692359+0000 mgr.smithi161.xfxcne (mgr.14180) 458 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:24:23.613 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:23 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:21.900652+0000 mgr.smithi161.xfxcne (mgr.14180) 459 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:23.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:23 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:21.692359+0000 mgr.smithi161.xfxcne (mgr.14180) 458 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:24:23.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:23 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:21.900652+0000 mgr.smithi161.xfxcne (mgr.14180) 459 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:24.658 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:24:24.658 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:25.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:25.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:23.692863+0000 mgr.smithi161.xfxcne (mgr.14180) 460 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:24:25.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:23.692863+0000 mgr.smithi161.xfxcne (mgr.14180) 460 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:24:26.046 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:26.715 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:24.654866+0000 mgr.smithi161.xfxcne (mgr.14180) 461 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:26.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:24.654866+0000 mgr.smithi161.xfxcne (mgr.14180) 461 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:27.395 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:24:27.396 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:27.735 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:25.693352+0000 mgr.smithi161.xfxcne (mgr.14180) 462 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:24:27.807 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:27.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:25.693352+0000 mgr.smithi161.xfxcne (mgr.14180) 462 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:24:28.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:27.392252+0000 mgr.smithi161.xfxcne (mgr.14180) 463 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:28.808 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:28.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:27.392252+0000 mgr.smithi161.xfxcne (mgr.14180) 463 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:29.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:29 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:27.693751+0000 mgr.smithi161.xfxcne (mgr.14180) 464 : 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-01-18T08:24:29.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:29 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:27.693751+0000 mgr.smithi161.xfxcne (mgr.14180) 464 : 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-01-18T08:24:30.208 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:24:30.208 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:30.602 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:31.604 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:31.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:29.694256+0000 mgr.smithi161.xfxcne (mgr.14180) 465 : cluster [DBG] pgmap v289: 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-01-18T08:24:31.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:30.204472+0000 mgr.smithi161.xfxcne (mgr.14180) 466 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:31.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:29.694256+0000 mgr.smithi161.xfxcne (mgr.14180) 465 : cluster [DBG] pgmap v289: 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-01-18T08:24:31.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:30.204472+0000 mgr.smithi161.xfxcne (mgr.14180) 466 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:33.037 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:24:33.038 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:33.419 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:33.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:31.694691+0000 mgr.smithi161.xfxcne (mgr.14180) 467 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:24:33.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:31.694691+0000 mgr.smithi161.xfxcne (mgr.14180) 467 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:24:34.420 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:34.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:33.033946+0000 mgr.smithi161.xfxcne (mgr.14180) 468 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:34.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:34 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:33.033946+0000 mgr.smithi161.xfxcne (mgr.14180) 468 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:35.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:33.695044+0000 mgr.smithi161.xfxcne (mgr.14180) 469 : 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-01-18T08:24:35.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:33.695044+0000 mgr.smithi161.xfxcne (mgr.14180) 469 : 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-01-18T08:24:35.894 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:24:35.894 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:36.268 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:37.270 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:37.594 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:35.695527+0000 mgr.smithi161.xfxcne (mgr.14180) 470 : 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-01-18T08:24:37.594 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:35.890654+0000 mgr.smithi161.xfxcne (mgr.14180) 471 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:37.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:35.695527+0000 mgr.smithi161.xfxcne (mgr.14180) 470 : 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-01-18T08:24:37.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:35.890654+0000 mgr.smithi161.xfxcne (mgr.14180) 471 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:38.615 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:24:38.616 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:38.994 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:39.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:39 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:37.695914+0000 mgr.smithi161.xfxcne (mgr.14180) 472 : 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-01-18T08:24:39.995 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:40.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:39 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:37.695914+0000 mgr.smithi161.xfxcne (mgr.14180) 472 : 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-01-18T08:24:40.688 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:38.612258+0000 mgr.smithi161.xfxcne (mgr.14180) 473 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:40.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:38.612258+0000 mgr.smithi161.xfxcne (mgr.14180) 473 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:41.375 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:24:41.375 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:41.691 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:39.696630+0000 mgr.smithi161.xfxcne (mgr.14180) 474 : cluster [DBG] pgmap v294: 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-01-18T08:24:41.758 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:41.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:39.696630+0000 mgr.smithi161.xfxcne (mgr.14180) 474 : cluster [DBG] pgmap v294: 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-01-18T08:24:42.760 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:42.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:41.371195+0000 mgr.smithi161.xfxcne (mgr.14180) 475 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:43.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:41.371195+0000 mgr.smithi161.xfxcne (mgr.14180) 475 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:43.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:43 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:41.696991+0000 mgr.smithi161.xfxcne (mgr.14180) 476 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:24:43.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:43 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:41.696991+0000 mgr.smithi161.xfxcne (mgr.14180) 476 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:24:44.145 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:24:44.145 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:44.518 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:45.519 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:45.844 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:43.697655+0000 mgr.smithi161.xfxcne (mgr.14180) 477 : 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-01-18T08:24:45.844 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:44.141763+0000 mgr.smithi161.xfxcne (mgr.14180) 478 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:45.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:43.697655+0000 mgr.smithi161.xfxcne (mgr.14180) 477 : 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-01-18T08:24:45.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:44.141763+0000 mgr.smithi161.xfxcne (mgr.14180) 478 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:46.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:45.698102+0000 mgr.smithi161.xfxcne (mgr.14180) 479 : 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-01-18T08:24:46.891 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:24:46.891 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:46.912 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:45.698102+0000 mgr.smithi161.xfxcne (mgr.14180) 479 : 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-01-18T08:24:47.303 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:47.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:46.887620+0000 mgr.smithi161.xfxcne (mgr.14180) 480 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:48.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:46.887620+0000 mgr.smithi161.xfxcne (mgr.14180) 480 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:48.304 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:48.643 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:48 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:47.698495+0000 mgr.smithi161.xfxcne (mgr.14180) 481 : 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-01-18T08:24:48.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:48 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:47.698495+0000 mgr.smithi161.xfxcne (mgr.14180) 481 : 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-01-18T08:24:49.621 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:24:49.621 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:50.024 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:51.025 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:51.661 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:49.617639+0000 mgr.smithi161.xfxcne (mgr.14180) 482 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:51.662 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:49.699246+0000 mgr.smithi161.xfxcne (mgr.14180) 483 : cluster [DBG] pgmap v299: 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-01-18T08:24:51.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:49.617639+0000 mgr.smithi161.xfxcne (mgr.14180) 482 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:51.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:49.699246+0000 mgr.smithi161.xfxcne (mgr.14180) 483 : cluster [DBG] pgmap v299: 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-01-18T08:24:52.355 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:24:52.355 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:52.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:53.725 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:53.758 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:53 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:51.699682+0000 mgr.smithi161.xfxcne (mgr.14180) 484 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:24:53.758 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:53 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:52.351346+0000 mgr.smithi161.xfxcne (mgr.14180) 485 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:53.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:53 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:51.699682+0000 mgr.smithi161.xfxcne (mgr.14180) 484 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:24:53.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:53 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:52.351346+0000 mgr.smithi161.xfxcne (mgr.14180) 485 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:55.112 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:24:55.112 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:55.525 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:55.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:53.700150+0000 mgr.smithi161.xfxcne (mgr.14180) 486 : 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-01-18T08:24:55.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:55 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:53.700150+0000 mgr.smithi161.xfxcne (mgr.14180) 486 : 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-01-18T08:24:56.526 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:56.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:55.108123+0000 mgr.smithi161.xfxcne (mgr.14180) 487 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:56.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:55.108123+0000 mgr.smithi161.xfxcne (mgr.14180) 487 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:57.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:57 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:55.700606+0000 mgr.smithi161.xfxcne (mgr.14180) 488 : 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-01-18T08:24:57.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:57 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:55.700606+0000 mgr.smithi161.xfxcne (mgr.14180) 488 : 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-01-18T08:24:57.907 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:24:57.907 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:58.291 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:59.292 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:59.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:57.701015+0000 mgr.smithi161.xfxcne (mgr.14180) 489 : 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-01-18T08:24:59.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:24:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:24:57.903791+0000 mgr.smithi161.xfxcne (mgr.14180) 490 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:59.653 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:57.701015+0000 mgr.smithi161.xfxcne (mgr.14180) 489 : 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-01-18T08:24:59.653 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:24:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:24:57.903791+0000 mgr.smithi161.xfxcne (mgr.14180) 490 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:00.741 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:25:00.741 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:01.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:01.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:01 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:24:59.701763+0000 mgr.smithi161.xfxcne (mgr.14180) 491 : cluster [DBG] pgmap v304: 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-01-18T08:25:01.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:01 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:24:59.701763+0000 mgr.smithi161.xfxcne (mgr.14180) 491 : cluster [DBG] pgmap v304: 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-01-18T08:25:02.124 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:02.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:02 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:25:00.737633+0000 mgr.smithi161.xfxcne (mgr.14180) 492 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:02.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:02 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:25:00.737633+0000 mgr.smithi161.xfxcne (mgr.14180) 492 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:03.515 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:25:03.515 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:03.846 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:03 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:01.702139+0000 mgr.smithi161.xfxcne (mgr.14180) 493 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:03.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:03 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:01.702139+0000 mgr.smithi161.xfxcne (mgr.14180) 493 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:03.897 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:04.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:25:03.511398+0000 mgr.smithi161.xfxcne (mgr.14180) 494 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:04.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:04 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:25:03.511398+0000 mgr.smithi161.xfxcne (mgr.14180) 494 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:04.898 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:05.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:05 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:03.702749+0000 mgr.smithi161.xfxcne (mgr.14180) 495 : 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-01-18T08:25:05.901 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:05 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:03.702749+0000 mgr.smithi161.xfxcne (mgr.14180) 495 : 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-01-18T08:25:06.265 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:25:06.266 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:06.630 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:07.631 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:07.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:07 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:05.703426+0000 mgr.smithi161.xfxcne (mgr.14180) 496 : 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-01-18T08:25:07.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:07 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:25:06.262261+0000 mgr.smithi161.xfxcne (mgr.14180) 497 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:07.965 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:07 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:05.703426+0000 mgr.smithi161.xfxcne (mgr.14180) 496 : 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-01-18T08:25:07.965 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:07 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:25:06.262261+0000 mgr.smithi161.xfxcne (mgr.14180) 497 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:08.972 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:25:08.975 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:09.339 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:09.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:09 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:07.703849+0000 mgr.smithi161.xfxcne (mgr.14180) 498 : 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-01-18T08:25:10.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:07.703849+0000 mgr.smithi161.xfxcne (mgr.14180) 498 : 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-01-18T08:25:10.340 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:10.656 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:25:08.968323+0000 mgr.smithi161.xfxcne (mgr.14180) 499 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:10.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:25:08.968323+0000 mgr.smithi161.xfxcne (mgr.14180) 499 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:11.708 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:25:11.708 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:11.729 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:09.704596+0000 mgr.smithi161.xfxcne (mgr.14180) 500 : cluster [DBG] pgmap v309: 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-01-18T08:25:11.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:09.704596+0000 mgr.smithi161.xfxcne (mgr.14180) 500 : cluster [DBG] pgmap v309: 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-01-18T08:25:12.088 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:13.089 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:13.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:25:11.704723+0000 mgr.smithi161.xfxcne (mgr.14180) 501 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:13.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:11.704968+0000 mgr.smithi161.xfxcne (mgr.14180) 502 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:13.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:25:11.704723+0000 mgr.smithi161.xfxcne (mgr.14180) 501 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:13.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:11.704968+0000 mgr.smithi161.xfxcne (mgr.14180) 502 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:14.435 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:25:14.435 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:14.804 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:15.805 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:15.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:13.705517+0000 mgr.smithi161.xfxcne (mgr.14180) 503 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:15.837 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:25:14.431722+0000 mgr.smithi161.xfxcne (mgr.14180) 504 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:15.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:13.705517+0000 mgr.smithi161.xfxcne (mgr.14180) 503 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:15.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:25:14.431722+0000 mgr.smithi161.xfxcne (mgr.14180) 504 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:17.186 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:25:17.186 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:17.553 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:17.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:15.706097+0000 mgr.smithi161.xfxcne (mgr.14180) 505 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:17.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:15.706097+0000 mgr.smithi161.xfxcne (mgr.14180) 505 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:18.555 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:18.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:25:17.182630+0000 mgr.smithi161.xfxcne (mgr.14180) 506 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:18.872 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:25:17.182630+0000 mgr.smithi161.xfxcne (mgr.14180) 506 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:19.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:17.706755+0000 mgr.smithi161.xfxcne (mgr.14180) 507 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:19.928 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:25:19.928 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:19.950 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:17.706755+0000 mgr.smithi161.xfxcne (mgr.14180) 507 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:20.349 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:21.351 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:21.680 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:19.707268+0000 mgr.smithi161.xfxcne (mgr.14180) 508 : cluster [DBG] pgmap v314: 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-01-18T08:25:21.680 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:25:19.924890+0000 mgr.smithi161.xfxcne (mgr.14180) 509 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:21.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:19.707268+0000 mgr.smithi161.xfxcne (mgr.14180) 508 : cluster [DBG] pgmap v314: 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-01-18T08:25:21.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:25:19.924890+0000 mgr.smithi161.xfxcne (mgr.14180) 509 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:22.691 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:25:22.691 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:23.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:23.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:23 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:21.707660+0000 mgr.smithi161.xfxcne (mgr.14180) 510 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:23.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:23 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:21.707660+0000 mgr.smithi161.xfxcne (mgr.14180) 510 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:24.095 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:24.748 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:25:22.687436+0000 mgr.smithi161.xfxcne (mgr.14180) 511 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:24.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:25:22.687436+0000 mgr.smithi161.xfxcne (mgr.14180) 511 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:25.477 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:25:25.477 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:25.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:23.708113+0000 mgr.smithi161.xfxcne (mgr.14180) 512 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:25.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:23.708113+0000 mgr.smithi161.xfxcne (mgr.14180) 512 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:25.869 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:26.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:25:25.473349+0000 mgr.smithi161.xfxcne (mgr.14180) 513 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:26.870 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:26.901 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:25:25.473349+0000 mgr.smithi161.xfxcne (mgr.14180) 513 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:27.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:25.708594+0000 mgr.smithi161.xfxcne (mgr.14180) 514 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:27.863 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:25.708594+0000 mgr.smithi161.xfxcne (mgr.14180) 514 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:28.228 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:25:28.228 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:28.603 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:29.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:29 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:27.709188+0000 mgr.smithi161.xfxcne (mgr.14180) 515 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:29.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:29 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:25:28.224802+0000 mgr.smithi161.xfxcne (mgr.14180) 516 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:29.604 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:29.987 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:29 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:27.709188+0000 mgr.smithi161.xfxcne (mgr.14180) 515 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:29.987 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:29 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:25:28.224802+0000 mgr.smithi161.xfxcne (mgr.14180) 516 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:31.088 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:25:31.088 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:31.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:31.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:29.709707+0000 mgr.smithi161.xfxcne (mgr.14180) 517 : cluster [DBG] pgmap v319: 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-01-18T08:25:31.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:29.709707+0000 mgr.smithi161.xfxcne (mgr.14180) 517 : cluster [DBG] pgmap v319: 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-01-18T08:25:32.468 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:32.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:25:31.084894+0000 mgr.smithi161.xfxcne (mgr.14180) 518 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:32.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:32 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:25:31.084894+0000 mgr.smithi161.xfxcne (mgr.14180) 518 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:33.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:31.710092+0000 mgr.smithi161.xfxcne (mgr.14180) 519 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:33.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:31.710092+0000 mgr.smithi161.xfxcne (mgr.14180) 519 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:33.862 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:25:33.862 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:34.295 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:35.296 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:35.636 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:33.710466+0000 mgr.smithi161.xfxcne (mgr.14180) 520 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:35.636 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:25:33.858844+0000 mgr.smithi161.xfxcne (mgr.14180) 521 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:35.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:33.710466+0000 mgr.smithi161.xfxcne (mgr.14180) 520 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:35.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:25:33.858844+0000 mgr.smithi161.xfxcne (mgr.14180) 521 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:36.686 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:25:36.686 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:37.092 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:37.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:35.711100+0000 mgr.smithi161.xfxcne (mgr.14180) 522 : 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-01-18T08:25:38.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:35.711100+0000 mgr.smithi161.xfxcne (mgr.14180) 522 : 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-01-18T08:25:38.092 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:38.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:38 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:25:36.682476+0000 mgr.smithi161.xfxcne (mgr.14180) 523 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:38.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:38 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:25:36.682476+0000 mgr.smithi161.xfxcne (mgr.14180) 523 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:39.518 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:25:39.518 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:39.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:39 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:37.711694+0000 mgr.smithi161.xfxcne (mgr.14180) 524 : 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-01-18T08:25:39.831 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:39 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:37.711694+0000 mgr.smithi161.xfxcne (mgr.14180) 524 : 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-01-18T08:25:39.908 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:40.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:25:39.514009+0000 mgr.smithi161.xfxcne (mgr.14180) 525 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:40.909 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:40.941 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:25:39.514009+0000 mgr.smithi161.xfxcne (mgr.14180) 525 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:41.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:39.712217+0000 mgr.smithi161.xfxcne (mgr.14180) 526 : cluster [DBG] pgmap v324: 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-01-18T08:25:41.945 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:39.712217+0000 mgr.smithi161.xfxcne (mgr.14180) 526 : cluster [DBG] pgmap v324: 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-01-18T08:25:42.313 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:25:42.313 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:42.691 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:43.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:41.712741+0000 mgr.smithi161.xfxcne (mgr.14180) 527 : 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-01-18T08:25:43.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:25:42.309726+0000 mgr.smithi161.xfxcne (mgr.14180) 528 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:43.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:41.712741+0000 mgr.smithi161.xfxcne (mgr.14180) 527 : 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-01-18T08:25:43.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:25:42.309726+0000 mgr.smithi161.xfxcne (mgr.14180) 528 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:43.692 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:45.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:44 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:43.713216+0000 mgr.smithi161.xfxcne (mgr.14180) 529 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:45.066 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:25:45.066 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:45.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:44 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:43.713216+0000 mgr.smithi161.xfxcne (mgr.14180) 529 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:45.449 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:46.449 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:46.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:25:45.063051+0000 mgr.smithi161.xfxcne (mgr.14180) 530 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:46.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:25:45.063051+0000 mgr.smithi161.xfxcne (mgr.14180) 530 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:47.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:45.713817+0000 mgr.smithi161.xfxcne (mgr.14180) 531 : 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-01-18T08:25:47.791 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:25:47.792 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:47.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:45.713817+0000 mgr.smithi161.xfxcne (mgr.14180) 531 : 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-01-18T08:25:48.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:49.220 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:49.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:49 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:47.714221+0000 mgr.smithi161.xfxcne (mgr.14180) 532 : 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-01-18T08:25:49.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:49 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:25:47.787953+0000 mgr.smithi161.xfxcne (mgr.14180) 533 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:49.861 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:49 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:47.714221+0000 mgr.smithi161.xfxcne (mgr.14180) 532 : 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-01-18T08:25:49.861 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:49 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:25:47.787953+0000 mgr.smithi161.xfxcne (mgr.14180) 533 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:50.545 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:25:50.545 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:50.958 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:51.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:49.714739+0000 mgr.smithi161.xfxcne (mgr.14180) 534 : cluster [DBG] pgmap v329: 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-01-18T08:25:51.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:25:50.540736+0000 mgr.smithi161.xfxcne (mgr.14180) 535 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:51.959 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:51.991 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:49.714739+0000 mgr.smithi161.xfxcne (mgr.14180) 534 : cluster [DBG] pgmap v329: 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-01-18T08:25:51.991 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:25:50.540736+0000 mgr.smithi161.xfxcne (mgr.14180) 535 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:53.314 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:25:53.314 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:53.655 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:53 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:51.715199+0000 mgr.smithi161.xfxcne (mgr.14180) 536 : 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-01-18T08:25:53.740 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:53.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:53 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:51.715199+0000 mgr.smithi161.xfxcne (mgr.14180) 536 : 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-01-18T08:25:54.741 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:54.774 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:25:53.310275+0000 mgr.smithi161.xfxcne (mgr.14180) 537 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:54.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:25:53.310275+0000 mgr.smithi161.xfxcne (mgr.14180) 537 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:55.710 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:53.715896+0000 mgr.smithi161.xfxcne (mgr.14180) 538 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:55.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:55 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:53.715896+0000 mgr.smithi161.xfxcne (mgr.14180) 538 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:25:56.065 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:25:56.065 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:56.471 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:57.472 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:57.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:57 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:55.716372+0000 mgr.smithi161.xfxcne (mgr.14180) 539 : 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-01-18T08:25:57.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:57 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:25:56.062004+0000 mgr.smithi161.xfxcne (mgr.14180) 540 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:57.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:57 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:55.716372+0000 mgr.smithi161.xfxcne (mgr.14180) 539 : 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-01-18T08:25:57.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:57 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:25:56.062004+0000 mgr.smithi161.xfxcne (mgr.14180) 540 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:58.817 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:25:58.817 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:59.231 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:59.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:25:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:57.716933+0000 mgr.smithi161.xfxcne (mgr.14180) 541 : 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-01-18T08:26:00.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:25:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:57.716933+0000 mgr.smithi161.xfxcne (mgr.14180) 541 : 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-01-18T08:26:00.232 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:00.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:00 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:25:58.814082+0000 mgr.smithi161.xfxcne (mgr.14180) 542 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:00.892 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:00 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:25:58.814082+0000 mgr.smithi161.xfxcne (mgr.14180) 542 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:01.604 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:26:01.605 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:01.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:01 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:25:59.717554+0000 mgr.smithi161.xfxcne (mgr.14180) 543 : cluster [DBG] pgmap v334: 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-01-18T08:26:01.912 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:01 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:25:59.717554+0000 mgr.smithi161.xfxcne (mgr.14180) 543 : cluster [DBG] pgmap v334: 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-01-18T08:26:01.998 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:02.999 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:03.700 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:03 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:26:01.600993+0000 mgr.smithi161.xfxcne (mgr.14180) 544 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:03.700 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:03 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:01.718236+0000 mgr.smithi161.xfxcne (mgr.14180) 545 : 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-01-18T08:26:03.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:03 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:26:01.600993+0000 mgr.smithi161.xfxcne (mgr.14180) 544 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:03.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:03 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:01.718236+0000 mgr.smithi161.xfxcne (mgr.14180) 545 : 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-01-18T08:26:04.361 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:26:04.361 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:04.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:05.747 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:05.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:05 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:03.718924+0000 mgr.smithi161.xfxcne (mgr.14180) 546 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:05.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:05 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:26:04.357153+0000 mgr.smithi161.xfxcne (mgr.14180) 547 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:06.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:05 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:03.718924+0000 mgr.smithi161.xfxcne (mgr.14180) 546 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:06.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:05 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:26:04.357153+0000 mgr.smithi161.xfxcne (mgr.14180) 547 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:07.222 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:26:07.222 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:07.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:07.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:07 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:05.719687+0000 mgr.smithi161.xfxcne (mgr.14180) 548 : 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-01-18T08:26:07.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:07 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:05.719687+0000 mgr.smithi161.xfxcne (mgr.14180) 548 : 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-01-18T08:26:08.606 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:08.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:08 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:26:07.218518+0000 mgr.smithi161.xfxcne (mgr.14180) 549 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:08.939 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:26:07.218518+0000 mgr.smithi161.xfxcne (mgr.14180) 549 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:09.650 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:07.720079+0000 mgr.smithi161.xfxcne (mgr.14180) 550 : 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-01-18T08:26:09.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:09 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:07.720079+0000 mgr.smithi161.xfxcne (mgr.14180) 550 : 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-01-18T08:26:10.003 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:26:10.003 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:10.395 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:11.396 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:11.729 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:09.720653+0000 mgr.smithi161.xfxcne (mgr.14180) 551 : cluster [DBG] pgmap v339: 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-01-18T08:26:11.730 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:26:09.999310+0000 mgr.smithi161.xfxcne (mgr.14180) 552 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:11.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:09.720653+0000 mgr.smithi161.xfxcne (mgr.14180) 551 : cluster [DBG] pgmap v339: 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-01-18T08:26:11.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:26:09.999310+0000 mgr.smithi161.xfxcne (mgr.14180) 552 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:12.753 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:26:12.754 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:13.196 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:13.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:11.721059+0000 mgr.smithi161.xfxcne (mgr.14180) 553 : 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-01-18T08:26:14.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:11.721059+0000 mgr.smithi161.xfxcne (mgr.14180) 553 : 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-01-18T08:26:14.197 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:14.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:26:12.750236+0000 mgr.smithi161.xfxcne (mgr.14180) 554 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:14.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:26:12.750236+0000 mgr.smithi161.xfxcne (mgr.14180) 554 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:15.610 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:26:15.611 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:15.789 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:13.721729+0000 mgr.smithi161.xfxcne (mgr.14180) 555 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:15.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:13.721729+0000 mgr.smithi161.xfxcne (mgr.14180) 555 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:16.020 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:17.021 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:17.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:26:15.606537+0000 mgr.smithi161.xfxcne (mgr.14180) 556 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:17.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:15.722433+0000 mgr.smithi161.xfxcne (mgr.14180) 557 : 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-01-18T08:26:17.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:26:15.606537+0000 mgr.smithi161.xfxcne (mgr.14180) 556 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:17.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:15.722433+0000 mgr.smithi161.xfxcne (mgr.14180) 557 : 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-01-18T08:26:18.537 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:26:18.537 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:18.928 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:19.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:17.722880+0000 mgr.smithi161.xfxcne (mgr.14180) 558 : 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-01-18T08:26:19.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:26:18.533646+0000 mgr.smithi161.xfxcne (mgr.14180) 559 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:19.929 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:19.958 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:17.722880+0000 mgr.smithi161.xfxcne (mgr.14180) 558 : 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-01-18T08:26:19.959 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:26:18.533646+0000 mgr.smithi161.xfxcne (mgr.14180) 559 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:21.376 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:26:21.377 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:21.709 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:19.723414+0000 mgr.smithi161.xfxcne (mgr.14180) 560 : cluster [DBG] pgmap v344: 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-01-18T08:26:21.777 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:21.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:19.723414+0000 mgr.smithi161.xfxcne (mgr.14180) 560 : cluster [DBG] pgmap v344: 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-01-18T08:26:22.778 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:22.810 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:26:21.372636+0000 mgr.smithi161.xfxcne (mgr.14180) 561 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:22.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:26:21.372636+0000 mgr.smithi161.xfxcne (mgr.14180) 561 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:23.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:23 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:21.723800+0000 mgr.smithi161.xfxcne (mgr.14180) 562 : 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-01-18T08:26:23.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:23 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:21.723800+0000 mgr.smithi161.xfxcne (mgr.14180) 562 : 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-01-18T08:26:24.202 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:26:24.203 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:24.578 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:25.580 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:25.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:23.724189+0000 mgr.smithi161.xfxcne (mgr.14180) 563 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:25.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:26:24.198949+0000 mgr.smithi161.xfxcne (mgr.14180) 564 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:25.920 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:23.724189+0000 mgr.smithi161.xfxcne (mgr.14180) 563 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:25.920 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:26:24.198949+0000 mgr.smithi161.xfxcne (mgr.14180) 564 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:26.967 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:26:26.967 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:27.360 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:27.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:25.724691+0000 mgr.smithi161.xfxcne (mgr.14180) 565 : 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-01-18T08:26:27.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:25.724691+0000 mgr.smithi161.xfxcne (mgr.14180) 565 : 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-01-18T08:26:28.361 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:28.700 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:26:26.963471+0000 mgr.smithi161.xfxcne (mgr.14180) 566 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:28.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:26:26.963471+0000 mgr.smithi161.xfxcne (mgr.14180) 566 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:29.738 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:26:29.739 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:29.766 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:29 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:27.725208+0000 mgr.smithi161.xfxcne (mgr.14180) 567 : 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-01-18T08:26:29.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:29 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:27.725208+0000 mgr.smithi161.xfxcne (mgr.14180) 567 : 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-01-18T08:26:30.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:31.119 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:31.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:29.725732+0000 mgr.smithi161.xfxcne (mgr.14180) 568 : cluster [DBG] pgmap v349: 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-01-18T08:26:31.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:26:29.734936+0000 mgr.smithi161.xfxcne (mgr.14180) 569 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:31.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:29.725732+0000 mgr.smithi161.xfxcne (mgr.14180) 568 : cluster [DBG] pgmap v349: 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-01-18T08:26:31.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:26:29.734936+0000 mgr.smithi161.xfxcne (mgr.14180) 569 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:32.583 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:26:32.583 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:32.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:32 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:31.726312+0000 mgr.smithi161.xfxcne (mgr.14180) 570 : 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-01-18T08:26:32.940 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:31.726312+0000 mgr.smithi161.xfxcne (mgr.14180) 570 : 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-01-18T08:26:32.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:33.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:26:32.579307+0000 mgr.smithi161.xfxcne (mgr.14180) 571 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:33.993 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:34.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:26:32.579307+0000 mgr.smithi161.xfxcne (mgr.14180) 571 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:34.832 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:33.726801+0000 mgr.smithi161.xfxcne (mgr.14180) 572 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:34.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:34 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:33.726801+0000 mgr.smithi161.xfxcne (mgr.14180) 572 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:35.385 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:26:35.385 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:35.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:36.762 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:36.796 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:26:35.381297+0000 mgr.smithi161.xfxcne (mgr.14180) 573 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:36.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:26:35.381297+0000 mgr.smithi161.xfxcne (mgr.14180) 573 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:37.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:35.727272+0000 mgr.smithi161.xfxcne (mgr.14180) 574 : 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-01-18T08:26:37.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:35.727272+0000 mgr.smithi161.xfxcne (mgr.14180) 574 : 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-01-18T08:26:38.214 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:26:38.215 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:38.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:39.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:39 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:37.727745+0000 mgr.smithi161.xfxcne (mgr.14180) 575 : 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-01-18T08:26:39.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:39 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:26:38.211177+0000 mgr.smithi161.xfxcne (mgr.14180) 576 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:39.619 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:39.959 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:39 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:37.727745+0000 mgr.smithi161.xfxcne (mgr.14180) 575 : 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-01-18T08:26:39.960 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:39 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:26:38.211177+0000 mgr.smithi161.xfxcne (mgr.14180) 576 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:41.057 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:26:41.057 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:41.469 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:41.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:39.728314+0000 mgr.smithi161.xfxcne (mgr.14180) 577 : cluster [DBG] pgmap v354: 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-01-18T08:26:41.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:39.728314+0000 mgr.smithi161.xfxcne (mgr.14180) 577 : cluster [DBG] pgmap v354: 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-01-18T08:26:42.471 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:42.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:26:41.053246+0000 mgr.smithi161.xfxcne (mgr.14180) 578 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:42.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:26:41.053246+0000 mgr.smithi161.xfxcne (mgr.14180) 578 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:43.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:43 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:41.728753+0000 mgr.smithi161.xfxcne (mgr.14180) 579 : 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-01-18T08:26:43.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:43 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:41.728753+0000 mgr.smithi161.xfxcne (mgr.14180) 579 : 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-01-18T08:26:43.890 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:26:43.890 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:34.557451Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:44.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:45.274 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:45.825 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:43.729155+0000 mgr.smithi161.xfxcne (mgr.14180) 580 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:45.825 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:26:43.887146+0000 mgr.smithi161.xfxcne (mgr.14180) 581 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:45.825 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:26:45.203870+0000 mon.smithi161 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi187.siypuu"}]: dispatch 2024-01-18T08:26:45.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:43.729155+0000 mgr.smithi161.xfxcne (mgr.14180) 580 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:45.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:26:43.887146+0000 mgr.smithi161.xfxcne (mgr.14180) 581 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:45.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:26:45.203870+0000 mon.smithi161 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi187.siypuu"}]: dispatch 2024-01-18T08:26:46.704 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:26:46.705 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:46.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:26:45.203338+0000 mgr.smithi161.xfxcne (mgr.14180) 582 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu 2024-01-18T08:26:46.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu 2024-01-18T08:26:46.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu 2024-01-18T08:26:46.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu 2024-01-18T08:26:46.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Deploy daemon haproxy.nfs.foo.smithi187.siypuu ... 2024-01-18T08:26:46.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:46.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:26:46.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:24:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:26:46.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:25:30Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:26:46.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:26:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:26:46.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:26:46.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:46.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Traceback (most recent call last): 2024-01-18T08:26:46.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:26:46.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: yield (conn, connr) 2024-01-18T08:26:46.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:26:46.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: code, '\n'.join(err))) 2024-01-18T08:26:46.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 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-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu 2024-01-18T08:26:46.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu 2024-01-18T08:26:46.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu 2024-01-18T08:26:46.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu 2024-01-18T08:26:46.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Deploy daemon haproxy.nfs.foo.smithi187.siypuu ... 2024-01-18T08:26:46.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:46.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:26:46.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:24:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:26:46.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:25:30Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:26:46.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:26:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:26:46.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:26:46.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:46.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:26:45.203565+0000 mgr.smithi161.xfxcne (mgr.14180) 583 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi187.siypuu 2024-01-18T08:26:46.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:26:45.204594+0000 mgr.smithi161.xfxcne (mgr.14180) 584 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu 2024-01-18T08:26:46.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu 2024-01-18T08:26:46.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu 2024-01-18T08:26:46.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu 2024-01-18T08:26:46.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Deploy daemon haproxy.nfs.foo.smithi187.siypuu ... 2024-01-18T08:26:46.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:46.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:26:46.852 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:24:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:26:46.852 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:25:30Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:26:46.852 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:26:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:26:46.852 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:26:46.852 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:46.852 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:26:45.206154+0000 mgr.smithi161.xfxcne (mgr.14180) 585 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi161.ziuvdl on smithi161 2024-01-18T08:26:46.877 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:26:45.203338+0000 mgr.smithi161.xfxcne (mgr.14180) 582 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu 2024-01-18T08:26:46.877 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu 2024-01-18T08:26:46.877 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu 2024-01-18T08:26:46.877 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu 2024-01-18T08:26:46.877 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Deploy daemon haproxy.nfs.foo.smithi187.siypuu ... 2024-01-18T08:26:46.877 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:46.877 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:26:46.877 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:24:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:26:46.877 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:25:30Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:26:46.877 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:26:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:26:46.877 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:26:46.878 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:46.878 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Traceback (most recent call last): 2024-01-18T08:26:46.878 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:26:46.878 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: yield (conn, connr) 2024-01-18T08:26:46.878 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:26:46.878 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: code, '\n'.join(err))) 2024-01-18T08:26:46.878 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 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-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu 2024-01-18T08:26:46.878 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu 2024-01-18T08:26:46.878 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu 2024-01-18T08:26:46.879 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu 2024-01-18T08:26:46.879 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Deploy daemon haproxy.nfs.foo.smithi187.siypuu ... 2024-01-18T08:26:46.879 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:46.879 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:26:46.879 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:24:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:26:46.879 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:25:30Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:26:46.880 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:26:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:26:46.880 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:26:46.880 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:46.880 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:26:45.203565+0000 mgr.smithi161.xfxcne (mgr.14180) 583 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi187.siypuu 2024-01-18T08:26:46.880 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:26:45.204594+0000 mgr.smithi161.xfxcne (mgr.14180) 584 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu 2024-01-18T08:26:46.880 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu 2024-01-18T08:26:46.880 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu 2024-01-18T08:26:46.881 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu 2024-01-18T08:26:46.881 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Deploy daemon haproxy.nfs.foo.smithi187.siypuu ... 2024-01-18T08:26:46.881 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:46.881 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:26:46.881 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:24:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:26:46.881 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:25:30Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:26:46.882 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:26:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:26:46.882 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:26:46.882 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:46.882 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:26:45.206154+0000 mgr.smithi161.xfxcne (mgr.14180) 585 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi161.ziuvdl on smithi161 2024-01-18T08:26:47.092 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:47.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:45.729767+0000 mgr.smithi161.xfxcne (mgr.14180) 586 : 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-01-18T08:26:48.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:45.729767+0000 mgr.smithi161.xfxcne (mgr.14180) 586 : 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-01-18T08:26:48.093 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:48.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:48 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:26:46.700902+0000 mgr.smithi161.xfxcne (mgr.14180) 587 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:48.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:48 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:26:46.700902+0000 mgr.smithi161.xfxcne (mgr.14180) 587 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:49.675 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:26:49.675 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:49.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:49 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:47.730413+0000 mgr.smithi161.xfxcne (mgr.14180) 588 : 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-01-18T08:26:49.859 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:49 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:47.730413+0000 mgr.smithi161.xfxcne (mgr.14180) 588 : 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-01-18T08:26:50.064 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:51.065 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:51.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:26:49.671609+0000 mgr.smithi161.xfxcne (mgr.14180) 589 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:51.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:49.730889+0000 mgr.smithi161.xfxcne (mgr.14180) 590 : cluster [DBG] pgmap v359: 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-01-18T08:26:51.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:26:49.671609+0000 mgr.smithi161.xfxcne (mgr.14180) 589 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:51.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:49.730889+0000 mgr.smithi161.xfxcne (mgr.14180) 590 : cluster [DBG] pgmap v359: 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-01-18T08:26:52.495 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:26:52.495 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:52.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:53.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:53 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:51.731369+0000 mgr.smithi161.xfxcne (mgr.14180) 591 : 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-01-18T08:26:53.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:53 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:26:52.491176+0000 mgr.smithi161.xfxcne (mgr.14180) 592 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:53.881 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:53.914 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:53 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:51.731369+0000 mgr.smithi161.xfxcne (mgr.14180) 591 : 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-01-18T08:26:53.914 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:53 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:26:52.491176+0000 mgr.smithi161.xfxcne (mgr.14180) 592 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:55.332 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:26:55.332 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:55.678 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:53.731991+0000 mgr.smithi161.xfxcne (mgr.14180) 593 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:55.714 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:55.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:55 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:53.731991+0000 mgr.smithi161.xfxcne (mgr.14180) 593 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:26:56.715 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:56.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:26:55.328370+0000 mgr.smithi161.xfxcne (mgr.14180) 594 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:57.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:26:55.328370+0000 mgr.smithi161.xfxcne (mgr.14180) 594 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:57.766 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:57 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:55.732510+0000 mgr.smithi161.xfxcne (mgr.14180) 595 : 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-01-18T08:26:57.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:57 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:55.732510+0000 mgr.smithi161.xfxcne (mgr.14180) 595 : 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-01-18T08:26:58.142 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:26:58.142 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:58.530 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:59.531 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:59.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:57.732884+0000 mgr.smithi161.xfxcne (mgr.14180) 596 : 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-01-18T08:26:59.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:26:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:26:58.138397+0000 mgr.smithi161.xfxcne (mgr.14180) 597 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:59.855 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:57.732884+0000 mgr.smithi161.xfxcne (mgr.14180) 596 : 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-01-18T08:26:59.855 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:26:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:26:58.138397+0000 mgr.smithi161.xfxcne (mgr.14180) 597 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:00.903 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:27:00.903 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:01.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:01.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:01 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:26:59.733573+0000 mgr.smithi161.xfxcne (mgr.14180) 598 : cluster [DBG] pgmap v364: 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-01-18T08:27:02.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:01 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:26:59.733573+0000 mgr.smithi161.xfxcne (mgr.14180) 598 : cluster [DBG] pgmap v364: 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-01-18T08:27:02.297 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:02.672 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:02 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:27:00.899922+0000 mgr.smithi161.xfxcne (mgr.14180) 599 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:02.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:02 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:27:00.899922+0000 mgr.smithi161.xfxcne (mgr.14180) 599 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:03.714 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:27:03.714 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:03.736 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:03 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:01.733983+0000 mgr.smithi161.xfxcne (mgr.14180) 600 : 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-01-18T08:27:03.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:03 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:01.733983+0000 mgr.smithi161.xfxcne (mgr.14180) 600 : 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-01-18T08:27:04.138 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:05.139 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:05.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:05 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:27:03.710821+0000 mgr.smithi161.xfxcne (mgr.14180) 601 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:05.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:05 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:03.734386+0000 mgr.smithi161.xfxcne (mgr.14180) 602 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:05.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:05 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:27:03.710821+0000 mgr.smithi161.xfxcne (mgr.14180) 601 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:05.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:05 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:03.734386+0000 mgr.smithi161.xfxcne (mgr.14180) 602 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:06.542 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:27:06.543 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:06.932 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:07.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:07 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:05.734865+0000 mgr.smithi161.xfxcne (mgr.14180) 603 : 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-01-18T08:27:07.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:07 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:27:06.538680+0000 mgr.smithi161.xfxcne (mgr.14180) 604 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:07.933 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:07.966 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:07 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:05.734865+0000 mgr.smithi161.xfxcne (mgr.14180) 603 : 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-01-18T08:27:07.966 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:07 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:27:06.538680+0000 mgr.smithi161.xfxcne (mgr.14180) 604 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:09.287 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:27:09.287 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:09.661 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:09.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:09 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:07.735412+0000 mgr.smithi161.xfxcne (mgr.14180) 605 : 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-01-18T08:27:10.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:07.735412+0000 mgr.smithi161.xfxcne (mgr.14180) 605 : 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-01-18T08:27:10.662 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:10.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:27:09.283325+0000 mgr.smithi161.xfxcne (mgr.14180) 606 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:10.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:09.735913+0000 mgr.smithi161.xfxcne (mgr.14180) 607 : cluster [DBG] pgmap v369: 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-01-18T08:27:10.987 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:27:09.283325+0000 mgr.smithi161.xfxcne (mgr.14180) 606 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:10.987 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:09.735913+0000 mgr.smithi161.xfxcne (mgr.14180) 607 : cluster [DBG] pgmap v369: 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-01-18T08:27:12.059 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:27:12.059 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:12.468 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:13.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:11.736304+0000 mgr.smithi161.xfxcne (mgr.14180) 608 : 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-01-18T08:27:13.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:27:12.055646+0000 mgr.smithi161.xfxcne (mgr.14180) 609 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:13.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:11.736304+0000 mgr.smithi161.xfxcne (mgr.14180) 608 : 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-01-18T08:27:13.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:27:12.055646+0000 mgr.smithi161.xfxcne (mgr.14180) 609 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:13.469 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:14.862 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:27:14.862 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:15.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:13.736785+0000 mgr.smithi161.xfxcne (mgr.14180) 610 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:15.183 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:13.736785+0000 mgr.smithi161.xfxcne (mgr.14180) 610 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:15.243 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:16.244 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:16.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:27:14.858106+0000 mgr.smithi161.xfxcne (mgr.14180) 611 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:17.013 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:27:14.858106+0000 mgr.smithi161.xfxcne (mgr.14180) 611 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:17.718 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:27:17.718 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:17.739 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:15.737538+0000 mgr.smithi161.xfxcne (mgr.14180) 612 : 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-01-18T08:27:17.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:15.737538+0000 mgr.smithi161.xfxcne (mgr.14180) 612 : 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-01-18T08:27:18.109 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:19.110 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:19.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:27:17.714746+0000 mgr.smithi161.xfxcne (mgr.14180) 613 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:19.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:17.737898+0000 mgr.smithi161.xfxcne (mgr.14180) 614 : 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-01-18T08:27:19.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:27:17.714746+0000 mgr.smithi161.xfxcne (mgr.14180) 613 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:19.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:17.737898+0000 mgr.smithi161.xfxcne (mgr.14180) 614 : 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-01-18T08:27:20.492 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:27:20.493 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:20.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:21.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:19.738513+0000 mgr.smithi161.xfxcne (mgr.14180) 615 : cluster [DBG] pgmap v374: 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-01-18T08:27:21.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:27:20.489245+0000 mgr.smithi161.xfxcne (mgr.14180) 616 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:21.878 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:21.911 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:19.738513+0000 mgr.smithi161.xfxcne (mgr.14180) 615 : cluster [DBG] pgmap v374: 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-01-18T08:27:21.911 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:27:20.489245+0000 mgr.smithi161.xfxcne (mgr.14180) 616 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:23.330 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:27:23.330 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:23.707 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:23 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:21.739034+0000 mgr.smithi161.xfxcne (mgr.14180) 617 : 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-01-18T08:27:23.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:23.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:23 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:21.739034+0000 mgr.smithi161.xfxcne (mgr.14180) 617 : 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-01-18T08:27:24.736 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:24.767 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:27:23.325856+0000 mgr.smithi161.xfxcne (mgr.14180) 618 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:24.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:27:23.325856+0000 mgr.smithi161.xfxcne (mgr.14180) 618 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:25.705 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:23.739489+0000 mgr.smithi161.xfxcne (mgr.14180) 619 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:25.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:23.739489+0000 mgr.smithi161.xfxcne (mgr.14180) 619 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:26.047 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:27:26.048 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:26.464 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:27.466 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:27.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:25.740120+0000 mgr.smithi161.xfxcne (mgr.14180) 620 : 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-01-18T08:27:27.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:27:26.043922+0000 mgr.smithi161.xfxcne (mgr.14180) 621 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:27.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:25.740120+0000 mgr.smithi161.xfxcne (mgr.14180) 620 : 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-01-18T08:27:27.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:27:26.043922+0000 mgr.smithi161.xfxcne (mgr.14180) 621 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:28.774 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:27:28.774 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:29.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:29.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:29 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:27.740676+0000 mgr.smithi161.xfxcne (mgr.14180) 622 : 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-01-18T08:27:30.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:29 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:27.740676+0000 mgr.smithi161.xfxcne (mgr.14180) 622 : 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-01-18T08:27:30.188 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:30.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:27:28.770570+0000 mgr.smithi161.xfxcne (mgr.14180) 623 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:30.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:27:28.770570+0000 mgr.smithi161.xfxcne (mgr.14180) 623 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:31.597 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:27:31.597 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:31.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:29.741178+0000 mgr.smithi161.xfxcne (mgr.14180) 624 : cluster [DBG] pgmap v379: 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-01-18T08:27:31.906 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:29.741178+0000 mgr.smithi161.xfxcne (mgr.14180) 624 : cluster [DBG] pgmap v379: 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-01-18T08:27:31.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:32.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:32 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:27:31.593536+0000 mgr.smithi161.xfxcne (mgr.14180) 625 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:32.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:32 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:31.741602+0000 mgr.smithi161.xfxcne (mgr.14180) 626 : 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-01-18T08:27:32.975 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:33.004 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:27:31.593536+0000 mgr.smithi161.xfxcne (mgr.14180) 625 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:33.004 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:31.741602+0000 mgr.smithi161.xfxcne (mgr.14180) 626 : 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-01-18T08:27:34.354 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:27:34.354 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:34.740 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:35.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:33.742030+0000 mgr.smithi161.xfxcne (mgr.14180) 627 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:35.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:27:34.350166+0000 mgr.smithi161.xfxcne (mgr.14180) 628 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:35.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:34 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:33.742030+0000 mgr.smithi161.xfxcne (mgr.14180) 627 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:35.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:34 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:27:34.350166+0000 mgr.smithi161.xfxcne (mgr.14180) 628 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:35.742 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:37.195 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:27:37.195 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:37.584 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:37.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:35.742678+0000 mgr.smithi161.xfxcne (mgr.14180) 629 : 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-01-18T08:27:38.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:35.742678+0000 mgr.smithi161.xfxcne (mgr.14180) 629 : 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-01-18T08:27:38.585 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:38.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:38 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:27:37.191270+0000 mgr.smithi161.xfxcne (mgr.14180) 630 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:38.917 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:38 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:27:37.191270+0000 mgr.smithi161.xfxcne (mgr.14180) 630 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:39.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:39 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:37.743292+0000 mgr.smithi161.xfxcne (mgr.14180) 631 : 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-01-18T08:27:40.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:39 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:37.743292+0000 mgr.smithi161.xfxcne (mgr.14180) 631 : 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-01-18T08:27:40.028 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:27:40.028 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:40.455 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:41.456 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:41.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:39.743894+0000 mgr.smithi161.xfxcne (mgr.14180) 632 : cluster [DBG] pgmap v384: 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-01-18T08:27:41.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:27:40.025029+0000 mgr.smithi161.xfxcne (mgr.14180) 633 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:41.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:39.743894+0000 mgr.smithi161.xfxcne (mgr.14180) 632 : cluster [DBG] pgmap v384: 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-01-18T08:27:41.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:27:40.025029+0000 mgr.smithi161.xfxcne (mgr.14180) 633 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:42.802 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:27:42.802 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:43.214 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:43.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:43 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:41.744265+0000 mgr.smithi161.xfxcne (mgr.14180) 634 : 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-01-18T08:27:44.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:43 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:41.744265+0000 mgr.smithi161.xfxcne (mgr.14180) 634 : 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-01-18T08:27:44.215 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:44.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:44 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:27:42.798632+0000 mgr.smithi161.xfxcne (mgr.14180) 635 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:44.959 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:44 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:27:42.798632+0000 mgr.smithi161.xfxcne (mgr.14180) 635 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:45.647 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:27:45.647 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:45.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:43.744746+0000 mgr.smithi161.xfxcne (mgr.14180) 636 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:45.987 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:43.744746+0000 mgr.smithi161.xfxcne (mgr.14180) 636 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:46.022 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:46.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:27:45.643045+0000 mgr.smithi161.xfxcne (mgr.14180) 637 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:46.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:45.745168+0000 mgr.smithi161.xfxcne (mgr.14180) 638 : 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-01-18T08:27:47.022 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:47.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:27:45.643045+0000 mgr.smithi161.xfxcne (mgr.14180) 637 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:47.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:45.745168+0000 mgr.smithi161.xfxcne (mgr.14180) 638 : 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-01-18T08:27:48.434 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:27:48.434 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:48.856 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:49.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:48 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:47.745677+0000 mgr.smithi161.xfxcne (mgr.14180) 639 : 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-01-18T08:27:49.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:48 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:27:48.429662+0000 mgr.smithi161.xfxcne (mgr.14180) 640 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:49.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:48 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:47.745677+0000 mgr.smithi161.xfxcne (mgr.14180) 639 : 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-01-18T08:27:49.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:48 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:27:48.429662+0000 mgr.smithi161.xfxcne (mgr.14180) 640 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:49.857 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:51.221 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:27:51.221 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:51.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:51.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:49.746287+0000 mgr.smithi161.xfxcne (mgr.14180) 641 : cluster [DBG] pgmap v389: 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-01-18T08:27:52.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:49.746287+0000 mgr.smithi161.xfxcne (mgr.14180) 641 : cluster [DBG] pgmap v389: 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-01-18T08:27:52.599 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:52.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:52 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:27:51.217596+0000 mgr.smithi161.xfxcne (mgr.14180) 642 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:52.923 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:27:51.217596+0000 mgr.smithi161.xfxcne (mgr.14180) 642 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:53.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:53 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:51.746746+0000 mgr.smithi161.xfxcne (mgr.14180) 643 : 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-01-18T08:27:53.982 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:27:53.982 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:54.011 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:53 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:51.746746+0000 mgr.smithi161.xfxcne (mgr.14180) 643 : 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-01-18T08:27:54.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:55.364 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:55.688 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:53.747173+0000 mgr.smithi161.xfxcne (mgr.14180) 644 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:55.688 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:27:53.978106+0000 mgr.smithi161.xfxcne (mgr.14180) 645 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:55.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:55 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:53.747173+0000 mgr.smithi161.xfxcne (mgr.14180) 644 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:27:55.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:55 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:27:53.978106+0000 mgr.smithi161.xfxcne (mgr.14180) 645 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:56.732 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:27:56.732 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:57.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:57.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:57 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:55.747749+0000 mgr.smithi161.xfxcne (mgr.14180) 646 : 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-01-18T08:27:58.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:57 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:55.747749+0000 mgr.smithi161.xfxcne (mgr.14180) 646 : 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-01-18T08:27:58.138 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:58.748 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:27:56.728429+0000 mgr.smithi161.xfxcne (mgr.14180) 647 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:58.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:27:56.728429+0000 mgr.smithi161.xfxcne (mgr.14180) 647 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:59.456 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:27:59.457 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:59.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:27:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:57.748198+0000 mgr.smithi161.xfxcne (mgr.14180) 648 : 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-01-18T08:27:59.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:27:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:57.748198+0000 mgr.smithi161.xfxcne (mgr.14180) 648 : 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-01-18T08:27:59.871 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:00.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:00 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:27:59.453062+0000 mgr.smithi161.xfxcne (mgr.14180) 649 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:00.872 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:00.904 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:00 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:27:59.453062+0000 mgr.smithi161.xfxcne (mgr.14180) 649 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:01.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:01 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:27:59.748739+0000 mgr.smithi161.xfxcne (mgr.14180) 650 : cluster [DBG] pgmap v394: 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-01-18T08:28:01.882 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:01 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:27:59.748739+0000 mgr.smithi161.xfxcne (mgr.14180) 650 : cluster [DBG] pgmap v394: 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-01-18T08:28:02.254 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:28:02.254 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:02.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:02.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:02 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:01.749277+0000 mgr.smithi161.xfxcne (mgr.14180) 651 : 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-01-18T08:28:02.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:02 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:28:02.250653+0000 mgr.smithi161.xfxcne (mgr.14180) 652 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:03.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:02 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:01.749277+0000 mgr.smithi161.xfxcne (mgr.14180) 651 : 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-01-18T08:28:03.031 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:02 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:28:02.250653+0000 mgr.smithi161.xfxcne (mgr.14180) 652 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:03.663 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:05.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:04 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:03.749863+0000 mgr.smithi161.xfxcne (mgr.14180) 653 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:28:05.154 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:28:05.154 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:05.188 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:03.749863+0000 mgr.smithi161.xfxcne (mgr.14180) 653 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:28:05.535 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:06.536 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:06.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:06 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:28:05.150621+0000 mgr.smithi161.xfxcne (mgr.14180) 654 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:06.878 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:28:05.150621+0000 mgr.smithi161.xfxcne (mgr.14180) 654 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:07.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:07 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:05.750527+0000 mgr.smithi161.xfxcne (mgr.14180) 655 : 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-01-18T08:28:07.917 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:28:07.917 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:07.944 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:07 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:05.750527+0000 mgr.smithi161.xfxcne (mgr.14180) 655 : 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-01-18T08:28:08.310 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:09.311 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:09.661 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:07.750909+0000 mgr.smithi161.xfxcne (mgr.14180) 656 : 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-01-18T08:28:09.661 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:28:07.913601+0000 mgr.smithi161.xfxcne (mgr.14180) 657 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:09.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:09 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:07.750909+0000 mgr.smithi161.xfxcne (mgr.14180) 656 : 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-01-18T08:28:09.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:09 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:28:07.913601+0000 mgr.smithi161.xfxcne (mgr.14180) 657 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:10.684 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:28:10.684 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:11.060 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:11.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:09.751555+0000 mgr.smithi161.xfxcne (mgr.14180) 658 : cluster [DBG] pgmap v399: 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-01-18T08:28:12.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:09.751555+0000 mgr.smithi161.xfxcne (mgr.14180) 658 : cluster [DBG] pgmap v399: 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-01-18T08:28:12.060 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:12.729 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:28:10.680019+0000 mgr.smithi161.xfxcne (mgr.14180) 659 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:12.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:28:10.680019+0000 mgr.smithi161.xfxcne (mgr.14180) 659 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:13.416 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:28:13.416 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:13.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:11.752003+0000 mgr.smithi161.xfxcne (mgr.14180) 660 : 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-01-18T08:28:13.803 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:13.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:11.752003+0000 mgr.smithi161.xfxcne (mgr.14180) 660 : 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-01-18T08:28:14.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:28:13.412233+0000 mgr.smithi161.xfxcne (mgr.14180) 661 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:14.804 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:14.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:28:13.412233+0000 mgr.smithi161.xfxcne (mgr.14180) 661 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:15.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:13.752659+0000 mgr.smithi161.xfxcne (mgr.14180) 662 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:28:15.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:13.752659+0000 mgr.smithi161.xfxcne (mgr.14180) 662 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:28:16.210 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:28:16.210 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:16.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:17.635 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:17.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:15.753189+0000 mgr.smithi161.xfxcne (mgr.14180) 663 : 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-01-18T08:28:17.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:28:16.206715+0000 mgr.smithi161.xfxcne (mgr.14180) 664 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:17.970 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:15.753189+0000 mgr.smithi161.xfxcne (mgr.14180) 663 : 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-01-18T08:28:17.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:28:16.206715+0000 mgr.smithi161.xfxcne (mgr.14180) 664 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:18.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:17.753590+0000 mgr.smithi161.xfxcne (mgr.14180) 665 : 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-01-18T08:28:18.968 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:28:18.968 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:18.990 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:17.753590+0000 mgr.smithi161.xfxcne (mgr.14180) 665 : 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-01-18T08:28:19.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:19.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:28:18.964901+0000 mgr.smithi161.xfxcne (mgr.14180) 666 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:20.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:28:18.964901+0000 mgr.smithi161.xfxcne (mgr.14180) 666 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:20.375 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:21.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:19.754213+0000 mgr.smithi161.xfxcne (mgr.14180) 667 : cluster [DBG] pgmap v404: 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-01-18T08:28:21.809 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:28:21.809 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:21.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:19.754213+0000 mgr.smithi161.xfxcne (mgr.14180) 667 : cluster [DBG] pgmap v404: 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-01-18T08:28:22.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:23.201 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:23.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:23 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:21.754628+0000 mgr.smithi161.xfxcne (mgr.14180) 668 : 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-01-18T08:28:23.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:23 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:28:21.805704+0000 mgr.smithi161.xfxcne (mgr.14180) 669 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:23.895 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:23 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:21.754628+0000 mgr.smithi161.xfxcne (mgr.14180) 668 : 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-01-18T08:28:23.895 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:23 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:28:21.805704+0000 mgr.smithi161.xfxcne (mgr.14180) 669 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:24.579 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:28:24.579 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:24.958 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:25.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:23.755249+0000 mgr.smithi161.xfxcne (mgr.14180) 670 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:28:25.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:28:24.574871+0000 mgr.smithi161.xfxcne (mgr.14180) 671 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:25.958 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:25.992 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:23.755249+0000 mgr.smithi161.xfxcne (mgr.14180) 670 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:28:25.992 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:28:24.574871+0000 mgr.smithi161.xfxcne (mgr.14180) 671 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:27.370 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:28:27.370 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:27.730 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:25.755833+0000 mgr.smithi161.xfxcne (mgr.14180) 672 : 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-01-18T08:28:27.793 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:27.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:25.755833+0000 mgr.smithi161.xfxcne (mgr.14180) 672 : 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-01-18T08:28:28.794 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:28.828 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:28:27.366032+0000 mgr.smithi161.xfxcne (mgr.14180) 673 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:28.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:28:27.366032+0000 mgr.smithi161.xfxcne (mgr.14180) 673 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:29.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:29 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:27.756386+0000 mgr.smithi161.xfxcne (mgr.14180) 674 : 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-01-18T08:28:29.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:29 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:27.756386+0000 mgr.smithi161.xfxcne (mgr.14180) 674 : 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-01-18T08:28:30.176 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:28:30.176 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:30.557 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:31.558 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:31.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:29.756993+0000 mgr.smithi161.xfxcne (mgr.14180) 675 : cluster [DBG] pgmap v409: 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-01-18T08:28:31.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:28:30.172146+0000 mgr.smithi161.xfxcne (mgr.14180) 676 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:31.891 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:29.756993+0000 mgr.smithi161.xfxcne (mgr.14180) 675 : cluster [DBG] pgmap v409: 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-01-18T08:28:31.891 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:28:30.172146+0000 mgr.smithi161.xfxcne (mgr.14180) 676 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:32.924 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:28:32.924 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:33.307 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:33.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:31.757394+0000 mgr.smithi161.xfxcne (mgr.14180) 677 : 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-01-18T08:28:34.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:31.757394+0000 mgr.smithi161.xfxcne (mgr.14180) 677 : 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-01-18T08:28:34.308 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:34.699 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:28:32.920512+0000 mgr.smithi161.xfxcne (mgr.14180) 678 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:34.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:34 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:28:32.920512+0000 mgr.smithi161.xfxcne (mgr.14180) 678 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:35.759 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:28:35.759 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:35.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:33.758078+0000 mgr.smithi161.xfxcne (mgr.14180) 679 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:28:35.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:33.758078+0000 mgr.smithi161.xfxcne (mgr.14180) 679 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:28:36.141 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:36.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:28:35.755433+0000 mgr.smithi161.xfxcne (mgr.14180) 680 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:36.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:35.758537+0000 mgr.smithi161.xfxcne (mgr.14180) 681 : 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-01-18T08:28:37.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:28:35.755433+0000 mgr.smithi161.xfxcne (mgr.14180) 680 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:37.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:35.758537+0000 mgr.smithi161.xfxcne (mgr.14180) 681 : 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-01-18T08:28:37.142 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:38.544 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:28:38.544 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:38.904 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:38 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:37.758946+0000 mgr.smithi161.xfxcne (mgr.14180) 682 : 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-01-18T08:28:38.904 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:38 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:28:38.540817+0000 mgr.smithi161.xfxcne (mgr.14180) 683 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:38.924 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:39.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:38 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:37.758946+0000 mgr.smithi161.xfxcne (mgr.14180) 682 : 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-01-18T08:28:39.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:38 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:28:38.540817+0000 mgr.smithi161.xfxcne (mgr.14180) 683 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:39.925 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:41.282 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:28:41.282 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:41.664 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:41.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:39.759772+0000 mgr.smithi161.xfxcne (mgr.14180) 684 : cluster [DBG] pgmap v414: 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-01-18T08:28:42.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:39.759772+0000 mgr.smithi161.xfxcne (mgr.14180) 684 : cluster [DBG] pgmap v414: 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-01-18T08:28:42.665 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:42.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:28:41.277661+0000 mgr.smithi161.xfxcne (mgr.14180) 685 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:42.989 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:28:41.277661+0000 mgr.smithi161.xfxcne (mgr.14180) 685 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:43.684 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:43 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:41.760148+0000 mgr.smithi161.xfxcne (mgr.14180) 686 : cluster [DBG] 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-01-18T08:28:43.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:43 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:41.760148+0000 mgr.smithi161.xfxcne (mgr.14180) 686 : cluster [DBG] 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-01-18T08:28:44.048 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:28:44.049 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:44.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:45.458 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:45.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:43.760546+0000 mgr.smithi161.xfxcne (mgr.14180) 687 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:28:45.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:28:44.044749+0000 mgr.smithi161.xfxcne (mgr.14180) 688 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:45.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:43.760546+0000 mgr.smithi161.xfxcne (mgr.14180) 687 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:28:45.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:28:44.044749+0000 mgr.smithi161.xfxcne (mgr.14180) 688 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:46.838 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:28:46.838 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:47.222 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:47.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:45.760966+0000 mgr.smithi161.xfxcne (mgr.14180) 689 : 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-01-18T08:28:48.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:45.760966+0000 mgr.smithi161.xfxcne (mgr.14180) 689 : 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-01-18T08:28:48.223 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:48.841 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:48 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:28:46.834617+0000 mgr.smithi161.xfxcne (mgr.14180) 690 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:48.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:48 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:28:46.834617+0000 mgr.smithi161.xfxcne (mgr.14180) 690 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:49.541 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:28:49.541 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:49.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:49 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:47.761398+0000 mgr.smithi161.xfxcne (mgr.14180) 691 : 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-01-18T08:28:49.851 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:49 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:47.761398+0000 mgr.smithi161.xfxcne (mgr.14180) 691 : 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-01-18T08:28:49.912 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:50.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:50 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:28:49.537269+0000 mgr.smithi161.xfxcne (mgr.14180) 692 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:50.914 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:50.948 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:50 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:28:49.537269+0000 mgr.smithi161.xfxcne (mgr.14180) 692 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:51.932 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:49.762068+0000 mgr.smithi161.xfxcne (mgr.14180) 693 : cluster [DBG] pgmap v419: 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-01-18T08:28:52.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:49.762068+0000 mgr.smithi161.xfxcne (mgr.14180) 693 : cluster [DBG] pgmap v419: 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-01-18T08:28:52.308 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:28:52.308 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:52.719 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:53.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:51.762466+0000 mgr.smithi161.xfxcne (mgr.14180) 694 : 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-01-18T08:28:53.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:28:52.304536+0000 mgr.smithi161.xfxcne (mgr.14180) 695 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:53.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:52 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:51.762466+0000 mgr.smithi161.xfxcne (mgr.14180) 694 : 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-01-18T08:28:53.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:52 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:28:52.304536+0000 mgr.smithi161.xfxcne (mgr.14180) 695 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:53.720 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:55.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:53.762942+0000 mgr.smithi161.xfxcne (mgr.14180) 696 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:28:55.085 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:28:55.085 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:55.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:53.762942+0000 mgr.smithi161.xfxcne (mgr.14180) 696 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:28:55.486 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:56.487 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:56.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:28:55.081703+0000 mgr.smithi161.xfxcne (mgr.14180) 697 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:56.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:28:55.081703+0000 mgr.smithi161.xfxcne (mgr.14180) 697 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:57.672 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:57 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:55.763370+0000 mgr.smithi161.xfxcne (mgr.14180) 698 : 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-01-18T08:28:57.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:57 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:55.763370+0000 mgr.smithi161.xfxcne (mgr.14180) 698 : 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-01-18T08:28:58.038 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:28:58.038 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:58.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:59.421 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:59.753 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:57.763796+0000 mgr.smithi161.xfxcne (mgr.14180) 699 : 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-01-18T08:28:59.753 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:28:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:28:58.034184+0000 mgr.smithi161.xfxcne (mgr.14180) 700 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:59.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:57.763796+0000 mgr.smithi161.xfxcne (mgr.14180) 699 : 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-01-18T08:28:59.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:28:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:28:58.034184+0000 mgr.smithi161.xfxcne (mgr.14180) 700 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:00.796 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:29:00.796 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:01.220 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:01.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:01 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:28:59.764475+0000 mgr.smithi161.xfxcne (mgr.14180) 701 : cluster [DBG] pgmap v424: 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-01-18T08:29:02.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:01 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:28:59.764475+0000 mgr.smithi161.xfxcne (mgr.14180) 701 : cluster [DBG] pgmap v424: 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-01-18T08:29:02.222 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:02.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:02 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:00.792604+0000 mgr.smithi161.xfxcne (mgr.14180) 702 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:02.889 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:02 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:00.792604+0000 mgr.smithi161.xfxcne (mgr.14180) 702 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:03.660 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:29:03.660 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:03.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:03 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:01.765115+0000 mgr.smithi161.xfxcne (mgr.14180) 703 : 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-01-18T08:29:04.024 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:03 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:01.765115+0000 mgr.smithi161.xfxcne (mgr.14180) 703 : 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-01-18T08:29:04.043 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:04.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:03.656516+0000 mgr.smithi161.xfxcne (mgr.14180) 704 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:04.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:03.765750+0000 mgr.smithi161.xfxcne (mgr.14180) 705 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:29:05.045 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:05.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:04 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:03.656516+0000 mgr.smithi161.xfxcne (mgr.14180) 704 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:05.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:04 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:03.765750+0000 mgr.smithi161.xfxcne (mgr.14180) 705 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:29:06.495 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:29:06.495 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:06.886 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:07.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:07 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:05.766371+0000 mgr.smithi161.xfxcne (mgr.14180) 706 : 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-01-18T08:29:07.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:07 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:06.491692+0000 mgr.smithi161.xfxcne (mgr.14180) 707 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:07.887 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:07.918 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:07 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:05.766371+0000 mgr.smithi161.xfxcne (mgr.14180) 706 : 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-01-18T08:29:07.918 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:07 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:06.491692+0000 mgr.smithi161.xfxcne (mgr.14180) 707 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:09.258 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:29:09.258 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:09.669 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:09.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:09 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:07.766818+0000 mgr.smithi161.xfxcne (mgr.14180) 708 : 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-01-18T08:29:10.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:07.766818+0000 mgr.smithi161.xfxcne (mgr.14180) 708 : 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-01-18T08:29:10.670 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:10.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:09.254568+0000 mgr.smithi161.xfxcne (mgr.14180) 709 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:10.993 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:09.254568+0000 mgr.smithi161.xfxcne (mgr.14180) 709 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:11.671 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:09.767431+0000 mgr.smithi161.xfxcne (mgr.14180) 710 : cluster [DBG] pgmap v429: 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-01-18T08:29:11.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:09.767431+0000 mgr.smithi161.xfxcne (mgr.14180) 710 : cluster [DBG] pgmap v429: 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-01-18T08:29:12.029 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:29:12.029 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:11.851455Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.jyyhux on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-jyyhux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.jyyhux\nDeploy daemon haproxy.nfs.foo.smithi187.jyyhux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:19:19Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:19:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:20:34Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.411713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.bckzjt on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-bckzjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.bckzjt\nDeploy daemon haproxy.nfs.foo.smithi161.bckzjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:21:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:22:56Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:23:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:11.416741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.uymcjh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:12.433 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:13.434 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:13.767 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:11.767762+0000 mgr.smithi161.xfxcne (mgr.14180) 711 : 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-01-18T08:29:13.768 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:12.025527+0000 mgr.smithi161.xfxcne (mgr.14180) 712 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:13.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:11.767762+0000 mgr.smithi161.xfxcne (mgr.14180) 711 : 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-01-18T08:29:13.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:12.025527+0000 mgr.smithi161.xfxcne (mgr.14180) 712 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:14.851 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:29:14.852 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:12.678016Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:12.678619Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:12.678157Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:12.678227Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:12.678290Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:12.678349Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:15.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:15.816 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:13.768157+0000 mgr.smithi161.xfxcne (mgr.14180) 713 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:29:15.816 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:14.651832+0000 mon.smithi161 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi161.ziuvdl"}]: dispatch 2024-01-18T08:29:15.816 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:14.658567+0000 mon.smithi161 (mon.0) 664 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:29:15.816 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:14.898237+0000 mon.smithi161 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:29:15.816 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:14.901395+0000 mon.smithi161 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:29:15.816 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:15.213601+0000 mon.smithi161 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:29:16.001 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:13.768157+0000 mgr.smithi161.xfxcne (mgr.14180) 713 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:29:16.002 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:14.651832+0000 mon.smithi161 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi161.ziuvdl"}]: dispatch 2024-01-18T08:29:16.002 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:14.658567+0000 mon.smithi161 (mon.0) 664 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:29:16.002 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:14.898237+0000 mon.smithi161 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:29:16.002 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:14.901395+0000 mon.smithi161 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:29:16.002 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:15.213601+0000 mon.smithi161 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:29:16.281 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:16.905 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:29:14.651173+0000 mgr.smithi161.xfxcne (mgr.14180) 714 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl 2024-01-18T08:29:16.905 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl 2024-01-18T08:29:16.905 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl 2024-01-18T08:29:16.905 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl 2024-01-18T08:29:16.905 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Deploy daemon haproxy.nfs.foo.smithi161.ziuvdl ... 2024-01-18T08:29:16.906 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:16.906 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:29:16.906 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:27:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:29:16.906 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:27:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:29:16.906 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:28:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:29:16.906 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:29:16.906 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:16.907 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Traceback (most recent call last): 2024-01-18T08:29:16.907 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:29:16.907 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: yield (conn, connr) 2024-01-18T08:29:16.907 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:29:16.907 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: code, '\n'.join(err))) 2024-01-18T08:29:16.907 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 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-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl 2024-01-18T08:29:16.908 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl 2024-01-18T08:29:16.908 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl 2024-01-18T08:29:16.908 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl 2024-01-18T08:29:16.908 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Deploy daemon haproxy.nfs.foo.smithi161.ziuvdl ... 2024-01-18T08:29:16.908 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:16.908 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:29:16.909 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:27:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:29:16.909 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:27:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:29:16.909 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:28:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:29:16.909 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:29:16.909 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:16.909 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:29:14.651327+0000 mgr.smithi161.xfxcne (mgr.14180) 715 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi161.ziuvdl 2024-01-18T08:29:16.910 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:29:14.652470+0000 mgr.smithi161.xfxcne (mgr.14180) 716 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl 2024-01-18T08:29:16.910 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl 2024-01-18T08:29:16.910 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl 2024-01-18T08:29:16.910 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl 2024-01-18T08:29:16.910 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Deploy daemon haproxy.nfs.foo.smithi161.ziuvdl ... 2024-01-18T08:29:16.910 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:16.910 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:29:16.910 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:27:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:29:16.911 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:27:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:29:16.911 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:28:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:29:16.911 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:29:16.911 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:16.911 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:29:14.653825+0000 mgr.smithi161.xfxcne (mgr.14180) 717 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:29:16.911 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:29:14.655284+0000 mgr.smithi161.xfxcne (mgr.14180) 718 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:29:16.911 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:14.656242+0000 mgr.smithi161.xfxcne (mgr.14180) 719 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-01-18T08:29:16.911 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:14.847313+0000 mgr.smithi161.xfxcne (mgr.14180) 720 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:16.911 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:15.592878+0000 mon.smithi161 (mon.0) 668 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:29:16.912 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:16.156721+0000 mon.smithi161 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:29:16.912 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:16.426861+0000 mon.smithi161 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:29:16.912 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:16.427576+0000 mon.smithi161 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:29:16.912 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:16.428269+0000 mon.smithi161 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:29:16.912 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:16.428891+0000 mon.smithi161 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:29:16.912 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:29:16.429396+0000 mgr.smithi161.xfxcne (mgr.14180) 721 : cephadm [INF] Adjusting osd_memory_target on smithi187 to 2968M 2024-01-18T08:29:16.912 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:16.434192+0000 mon.smithi161 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:29:17.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:29:14.651173+0000 mgr.smithi161.xfxcne (mgr.14180) 714 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl 2024-01-18T08:29:17.100 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl 2024-01-18T08:29:17.100 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl 2024-01-18T08:29:17.100 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl 2024-01-18T08:29:17.100 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Deploy daemon haproxy.nfs.foo.smithi161.ziuvdl ... 2024-01-18T08:29:17.100 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:17.100 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:29:17.100 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:27:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:29:17.101 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:27:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:29:17.101 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:28:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:29:17.101 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:29:17.101 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:17.101 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Traceback (most recent call last): 2024-01-18T08:29:17.101 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:29:17.101 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: yield (conn, connr) 2024-01-18T08:29:17.102 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:29:17.102 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: code, '\n'.join(err))) 2024-01-18T08:29:17.102 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 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-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl 2024-01-18T08:29:17.102 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl 2024-01-18T08:29:17.102 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl 2024-01-18T08:29:17.102 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl 2024-01-18T08:29:17.102 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Deploy daemon haproxy.nfs.foo.smithi161.ziuvdl ... 2024-01-18T08:29:17.102 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:17.102 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:29:17.103 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:27:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:29:17.103 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:27:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:29:17.103 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:28:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:29:17.103 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:29:17.103 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:17.103 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:29:14.651327+0000 mgr.smithi161.xfxcne (mgr.14180) 715 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi161.ziuvdl 2024-01-18T08:29:17.104 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:29:14.652470+0000 mgr.smithi161.xfxcne (mgr.14180) 716 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl 2024-01-18T08:29:17.104 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl 2024-01-18T08:29:17.104 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl 2024-01-18T08:29:17.104 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl 2024-01-18T08:29:17.104 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Deploy daemon haproxy.nfs.foo.smithi161.ziuvdl ... 2024-01-18T08:29:17.104 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:17.105 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:29:17.105 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:27:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:29:17.105 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:27:59Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:29:17.105 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:28:37Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:29:17.105 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:29:17.105 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:17.105 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:29:14.653825+0000 mgr.smithi161.xfxcne (mgr.14180) 717 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:29:17.106 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:29:14.655284+0000 mgr.smithi161.xfxcne (mgr.14180) 718 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:29:17.106 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:14.656242+0000 mgr.smithi161.xfxcne (mgr.14180) 719 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-01-18T08:29:17.106 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:14.847313+0000 mgr.smithi161.xfxcne (mgr.14180) 720 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:17.106 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:15.592878+0000 mon.smithi161 (mon.0) 668 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:29:17.106 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:16.156721+0000 mon.smithi161 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:29:17.106 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:16.426861+0000 mon.smithi161 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:29:17.106 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:16.427576+0000 mon.smithi161 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:29:17.106 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:16.428269+0000 mon.smithi161 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:29:17.106 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:16.428891+0000 mon.smithi161 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:29:17.107 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:29:16.429396+0000 mgr.smithi161.xfxcne (mgr.14180) 721 : cephadm [INF] Adjusting osd_memory_target on smithi187 to 2968M 2024-01-18T08:29:17.107 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:16.434192+0000 mon.smithi161 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:29:18.020 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:29:18.020 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:24:15.401675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:24:15.401741Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:24:15.401818Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:24:15.402232Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:24:15.401604Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:24:15.401456Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:24:15.402292Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:24:15.401878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:24:15.401996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:24:15.401937Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:18.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:16.656818+0000 mgr.smithi161.xfxcne (mgr.14180) 722 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-01-18T08:29:18.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:16.656818+0000 mgr.smithi161.xfxcne (mgr.14180) 722 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-01-18T08:29:18.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:19.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:18.012614+0000 mgr.smithi161.xfxcne (mgr.14180) 723 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:19.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:18.012614+0000 mgr.smithi161.xfxcne (mgr.14180) 723 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:19.495 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:19.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:18.641575+0000 mon.smithi161 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:29:19.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:18.657565+0000 mgr.smithi161.xfxcne (mgr.14180) 724 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-01-18T08:29:19.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:18.919533+0000 mon.smithi161 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:29:19.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:18.920110+0000 mon.smithi161 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:29:19.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:18.920596+0000 mon.smithi161 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:29:19.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:18.921078+0000 mon.smithi161 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:29:19.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:29:18.921471+0000 mgr.smithi161.xfxcne (mgr.14180) 725 : cephadm [INF] Adjusting osd_memory_target on smithi161 to 1944M 2024-01-18T08:29:19.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:18.927408+0000 mon.smithi161 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:29:19.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:18.928402+0000 mon.smithi161 (mon.0) 681 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:29:19.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:18.928940+0000 mon.smithi161 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:29:19.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:18.935004+0000 mon.smithi161 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:29:19.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:18.935373+0000 mgr.smithi161.xfxcne (mgr.14180) 726 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:29:19.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:18.938629+0000 mon.smithi161 (mon.0) 684 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:29:19.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:18.946976+0000 mon.smithi161 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:29:19.777 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:29:18.948812+0000 mgr.smithi161.xfxcne (mgr.14180) 727 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi187.aceeyz on smithi187 2024-01-18T08:29:20.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:18.641575+0000 mon.smithi161 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:29:20.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:18.657565+0000 mgr.smithi161.xfxcne (mgr.14180) 724 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-01-18T08:29:20.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:18.919533+0000 mon.smithi161 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:29:20.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:18.920110+0000 mon.smithi161 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:29:20.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:18.920596+0000 mon.smithi161 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:29:20.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:18.921078+0000 mon.smithi161 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:29:20.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:29:18.921471+0000 mgr.smithi161.xfxcne (mgr.14180) 725 : cephadm [INF] Adjusting osd_memory_target on smithi161 to 1944M 2024-01-18T08:29:20.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:18.927408+0000 mon.smithi161 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:29:20.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:18.928402+0000 mon.smithi161 (mon.0) 681 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:29:20.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:18.928940+0000 mon.smithi161 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:29:20.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:18.935004+0000 mon.smithi161 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:29:20.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:18.935373+0000 mgr.smithi161.xfxcne (mgr.14180) 726 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:29:20.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:18.938629+0000 mon.smithi161 (mon.0) 684 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:29:20.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:18.946976+0000 mon.smithi161 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:29:20.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:29:18.948812+0000 mgr.smithi161.xfxcne (mgr.14180) 727 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi187.aceeyz on smithi187 2024-01-18T08:29:20.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:19.639716+0000 mon.smithi161 (mon.0) 686 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:29:20.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:19.639742+0000 mon.smithi161 (mon.0) 687 : cluster [INF] Cluster is now healthy 2024-01-18T08:29:20.899 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:29:20.899 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:21.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:19.639716+0000 mon.smithi161 (mon.0) 686 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:29:21.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:19.639742+0000 mon.smithi161 (mon.0) 687 : cluster [INF] Cluster is now healthy 2024-01-18T08:29:21.299 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:22.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:20.895914+0000 mgr.smithi161.xfxcne (mgr.14180) 728 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:22.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:20.935890+0000 mgr.smithi161.xfxcne (mgr.14180) 729 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-01-18T08:29:22.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:20.895914+0000 mgr.smithi161.xfxcne (mgr.14180) 728 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:22.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:20.935890+0000 mgr.smithi161.xfxcne (mgr.14180) 729 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-01-18T08:29:22.299 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:23.691 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:29:23.691 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:24.098 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:24.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:23 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:22.936523+0000 mgr.smithi161.xfxcne (mgr.14180) 730 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-01-18T08:29:24.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:23 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:22.936523+0000 mgr.smithi161.xfxcne (mgr.14180) 730 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-01-18T08:29:25.099 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:25.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:23.687038+0000 mgr.smithi161.xfxcne (mgr.14180) 731 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:25.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:23.687038+0000 mgr.smithi161.xfxcne (mgr.14180) 731 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:26.443 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:29:26.443 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:26.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:24.937257+0000 mgr.smithi161.xfxcne (mgr.14180) 732 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:29:26.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:24.937257+0000 mgr.smithi161.xfxcne (mgr.14180) 732 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:29:26.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:27.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:26.439105+0000 mgr.smithi161.xfxcne (mgr.14180) 733 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:27.867 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:27.898 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:26.439105+0000 mgr.smithi161.xfxcne (mgr.14180) 733 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:28.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:26.937827+0000 mgr.smithi161.xfxcne (mgr.14180) 734 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:29:28.859 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:26.937827+0000 mgr.smithi161.xfxcne (mgr.14180) 734 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:29:29.238 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:29:29.239 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:29.648 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:30.649 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:30.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:28.938235+0000 mgr.smithi161.xfxcne (mgr.14180) 735 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:29:30.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:29.234890+0000 mgr.smithi161.xfxcne (mgr.14180) 736 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:31.019 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:28.938235+0000 mgr.smithi161.xfxcne (mgr.14180) 735 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-18T08:29:31.019 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:29.234890+0000 mgr.smithi161.xfxcne (mgr.14180) 736 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:32.064 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:29:32.065 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:32.448 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:32.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:30.938702+0000 mgr.smithi161.xfxcne (mgr.14180) 737 : 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-01-18T08:29:32.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:32 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:30.938702+0000 mgr.smithi161.xfxcne (mgr.14180) 737 : 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-01-18T08:29:33.450 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:33.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:32.061021+0000 mgr.smithi161.xfxcne (mgr.14180) 738 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:34.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:32.061021+0000 mgr.smithi161.xfxcne (mgr.14180) 738 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:34.912 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:29:34.912 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:34.941 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:32.939190+0000 mgr.smithi161.xfxcne (mgr.14180) 739 : 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-01-18T08:29:35.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:34 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:32.939190+0000 mgr.smithi161.xfxcne (mgr.14180) 739 : 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-01-18T08:29:35.312 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:36.314 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:36.649 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:34.908724+0000 mgr.smithi161.xfxcne (mgr.14180) 740 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:36.649 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:34.939763+0000 mgr.smithi161.xfxcne (mgr.14180) 741 : 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-01-18T08:29:36.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:34.908724+0000 mgr.smithi161.xfxcne (mgr.14180) 740 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:36.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:34.939763+0000 mgr.smithi161.xfxcne (mgr.14180) 741 : 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-01-18T08:29:37.692 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:29:37.692 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:38.146 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:38.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:38 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:36.940325+0000 mgr.smithi161.xfxcne (mgr.14180) 742 : 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-01-18T08:29:39.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:38 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:36.940325+0000 mgr.smithi161.xfxcne (mgr.14180) 742 : 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-01-18T08:29:39.147 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:39.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:39 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:37.688715+0000 mgr.smithi161.xfxcne (mgr.14180) 743 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:39.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:39 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:37.688715+0000 mgr.smithi161.xfxcne (mgr.14180) 743 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:40.538 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:29:40.538 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:40.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:38.940776+0000 mgr.smithi161.xfxcne (mgr.14180) 744 : 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-01-18T08:29:40.903 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:38.940776+0000 mgr.smithi161.xfxcne (mgr.14180) 744 : 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-01-18T08:29:40.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:41.924 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:41.956 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:40.534188+0000 mgr.smithi161.xfxcne (mgr.14180) 745 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:42.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:40.534188+0000 mgr.smithi161.xfxcne (mgr.14180) 745 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:43.017 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:40.941242+0000 mgr.smithi161.xfxcne (mgr.14180) 746 : 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-01-18T08:29:43.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:40.941242+0000 mgr.smithi161.xfxcne (mgr.14180) 746 : 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-01-18T08:29:43.387 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:29:43.387 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:43.727 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:43 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:42.941644+0000 mgr.smithi161.xfxcne (mgr.14180) 747 : 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-01-18T08:29:43.727 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:43 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:43.383471+0000 mgr.smithi161.xfxcne (mgr.14180) 748 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:43.754 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:44.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:43 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:42.941644+0000 mgr.smithi161.xfxcne (mgr.14180) 747 : 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-01-18T08:29:44.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:43 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:43.383471+0000 mgr.smithi161.xfxcne (mgr.14180) 748 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:44.755 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:46.166 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:29:46.166 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:46.555 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:46.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:44.942097+0000 mgr.smithi161.xfxcne (mgr.14180) 749 : 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-01-18T08:29:47.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:44.942097+0000 mgr.smithi161.xfxcne (mgr.14180) 749 : 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-01-18T08:29:47.556 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:47.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:46.162211+0000 mgr.smithi161.xfxcne (mgr.14180) 750 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:47.887 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:46.162211+0000 mgr.smithi161.xfxcne (mgr.14180) 750 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:48.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:48 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:46.942461+0000 mgr.smithi161.xfxcne (mgr.14180) 751 : 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-01-18T08:29:48.935 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:29:48.935 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:48.964 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:48 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:46.942461+0000 mgr.smithi161.xfxcne (mgr.14180) 751 : 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-01-18T08:29:49.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:50.370 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:50.695 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:50 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:48.931096+0000 mgr.smithi161.xfxcne (mgr.14180) 752 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:50.695 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:50 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:48.942846+0000 mgr.smithi161.xfxcne (mgr.14180) 753 : 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-01-18T08:29:51.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:50 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:48.931096+0000 mgr.smithi161.xfxcne (mgr.14180) 752 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:51.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:50 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:48.942846+0000 mgr.smithi161.xfxcne (mgr.14180) 753 : 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-01-18T08:29:51.738 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:29:51.738 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:51.906 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:50.943279+0000 mgr.smithi161.xfxcne (mgr.14180) 754 : 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-01-18T08:29:52.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:50.943279+0000 mgr.smithi161.xfxcne (mgr.14180) 754 : 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-01-18T08:29:52.127 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:53.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:51.735004+0000 mgr.smithi161.xfxcne (mgr.14180) 755 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:53.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:52 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:51.735004+0000 mgr.smithi161.xfxcne (mgr.14180) 755 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:53.128 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:53.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:53 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:52.943752+0000 mgr.smithi161.xfxcne (mgr.14180) 756 : 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-01-18T08:29:54.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:53 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:52.943752+0000 mgr.smithi161.xfxcne (mgr.14180) 756 : 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-01-18T08:29:54.556 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:29:54.556 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:54.908 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:54.550389+0000 mgr.smithi161.xfxcne (mgr.14180) 757 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:54.935 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:55.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:54.550389+0000 mgr.smithi161.xfxcne (mgr.14180) 757 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:55.936 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:56.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:54.944524+0000 mgr.smithi161.xfxcne (mgr.14180) 758 : 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-01-18T08:29:56.964 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:54.944524+0000 mgr.smithi161.xfxcne (mgr.14180) 758 : 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-01-18T08:29:57.307 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:29:57.307 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:57.686 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:58.686 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:58.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:56.944865+0000 mgr.smithi161.xfxcne (mgr.14180) 759 : 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-01-18T08:29:58.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:29:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:29:57.303439+0000 mgr.smithi161.xfxcne (mgr.14180) 760 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:59.020 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:56.944865+0000 mgr.smithi161.xfxcne (mgr.14180) 759 : 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-01-18T08:29:59.020 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:29:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:29:57.303439+0000 mgr.smithi161.xfxcne (mgr.14180) 760 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:00.060 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:30:00.061 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:00.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:00.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:00 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:29:58.945303+0000 mgr.smithi161.xfxcne (mgr.14180) 761 : 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-01-18T08:30:00.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:00 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:00.000102+0000 mon.smithi161 (mon.0) 688 : cluster [INF] overall HEALTH_OK 2024-01-18T08:30:00.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:00 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:29:58.945303+0000 mgr.smithi161.xfxcne (mgr.14180) 761 : 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-01-18T08:30:00.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:00 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:00.000102+0000 mon.smithi161 (mon.0) 688 : cluster [INF] overall HEALTH_OK 2024-01-18T08:30:01.500 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:01.827 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:01 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:30:00.056790+0000 mgr.smithi161.xfxcne (mgr.14180) 762 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:02.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:01 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:30:00.056790+0000 mgr.smithi161.xfxcne (mgr.14180) 762 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:02.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:02 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:00.945790+0000 mgr.smithi161.xfxcne (mgr.14180) 763 : 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-01-18T08:30:02.847 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:30:02.847 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:03.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:02 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:00.945790+0000 mgr.smithi161.xfxcne (mgr.14180) 763 : 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-01-18T08:30:03.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:04.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:03 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:30:02.843794+0000 mgr.smithi161.xfxcne (mgr.14180) 764 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:04.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:03 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:02.946154+0000 mgr.smithi161.xfxcne (mgr.14180) 765 : 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-01-18T08:30:04.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:03 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:30:02.843794+0000 mgr.smithi161.xfxcne (mgr.14180) 764 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:04.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:03 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:02.946154+0000 mgr.smithi161.xfxcne (mgr.14180) 765 : 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-01-18T08:30:04.266 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:05.665 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:30:05.665 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:06.088 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:06.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:06 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:04.946811+0000 mgr.smithi161.xfxcne (mgr.14180) 766 : 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-01-18T08:30:07.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:04.946811+0000 mgr.smithi161.xfxcne (mgr.14180) 766 : 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-01-18T08:30:07.088 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:07.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:07 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:30:05.661371+0000 mgr.smithi161.xfxcne (mgr.14180) 767 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:07.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:07 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:30:05.661371+0000 mgr.smithi161.xfxcne (mgr.14180) 767 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:08.521 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:30:08.521 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:08.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:08 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:06.947409+0000 mgr.smithi161.xfxcne (mgr.14180) 768 : 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-01-18T08:30:08.906 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:06.947409+0000 mgr.smithi161.xfxcne (mgr.14180) 768 : 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-01-18T08:30:08.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:09.927 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:09.960 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:30:08.517377+0000 mgr.smithi161.xfxcne (mgr.14180) 769 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:10.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:09 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:30:08.517377+0000 mgr.smithi161.xfxcne (mgr.14180) 769 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:10.937 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:08.947833+0000 mgr.smithi161.xfxcne (mgr.14180) 770 : 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-01-18T08:30:11.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:08.947833+0000 mgr.smithi161.xfxcne (mgr.14180) 770 : 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-01-18T08:30:11.319 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:30:11.319 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:11.733 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:12.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:10.948283+0000 mgr.smithi161.xfxcne (mgr.14180) 771 : 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-01-18T08:30:12.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:30:11.316314+0000 mgr.smithi161.xfxcne (mgr.14180) 772 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:12.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:10.948283+0000 mgr.smithi161.xfxcne (mgr.14180) 771 : 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-01-18T08:30:12.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:30:11.316314+0000 mgr.smithi161.xfxcne (mgr.14180) 772 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:12.734 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:14.189 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:30:14.190 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:14.212 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:12.948841+0000 mgr.smithi161.xfxcne (mgr.14180) 773 : 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-01-18T08:30:14.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:12.948841+0000 mgr.smithi161.xfxcne (mgr.14180) 773 : 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-01-18T08:30:14.590 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:15.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:30:14.185730+0000 mgr.smithi161.xfxcne (mgr.14180) 774 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:15.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:30:14.185730+0000 mgr.smithi161.xfxcne (mgr.14180) 774 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:15.592 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:16.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:14.949405+0000 mgr.smithi161.xfxcne (mgr.14180) 775 : 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-01-18T08:30:17.001 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:30:17.001 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:17.023 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:14.949405+0000 mgr.smithi161.xfxcne (mgr.14180) 775 : 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-01-18T08:30:17.384 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:18.384 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:18.757 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:16.949784+0000 mgr.smithi161.xfxcne (mgr.14180) 776 : 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-01-18T08:30:18.758 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:30:16.997405+0000 mgr.smithi161.xfxcne (mgr.14180) 777 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:18.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:16.949784+0000 mgr.smithi161.xfxcne (mgr.14180) 776 : 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-01-18T08:30:18.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:30:16.997405+0000 mgr.smithi161.xfxcne (mgr.14180) 777 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:19.781 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:30:19.781 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:20.164 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:21.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:18.950157+0000 mgr.smithi161.xfxcne (mgr.14180) 778 : 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-01-18T08:30:21.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:18.950157+0000 mgr.smithi161.xfxcne (mgr.14180) 778 : 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-01-18T08:30:21.165 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:21.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:30:19.777335+0000 mgr.smithi161.xfxcne (mgr.14180) 779 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:22.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:30:19.777335+0000 mgr.smithi161.xfxcne (mgr.14180) 779 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:22.567 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:30:22.567 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:22.912 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:20.950824+0000 mgr.smithi161.xfxcne (mgr.14180) 780 : 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-01-18T08:30:22.912 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:30:22.562875+0000 mgr.smithi161.xfxcne (mgr.14180) 781 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:22.964 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:23.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:20.950824+0000 mgr.smithi161.xfxcne (mgr.14180) 780 : 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-01-18T08:30:23.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:30:22.562875+0000 mgr.smithi161.xfxcne (mgr.14180) 781 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:23.967 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:23.999 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:23 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:22.951217+0000 mgr.smithi161.xfxcne (mgr.14180) 782 : 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-01-18T08:30:24.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:23 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:22.951217+0000 mgr.smithi161.xfxcne (mgr.14180) 782 : 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-01-18T08:30:25.323 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:30:25.323 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:25.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:26.698 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:26.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:24.951879+0000 mgr.smithi161.xfxcne (mgr.14180) 783 : 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-01-18T08:30:26.848 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:30:25.319870+0000 mgr.smithi161.xfxcne (mgr.14180) 784 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:27.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:24.951879+0000 mgr.smithi161.xfxcne (mgr.14180) 783 : 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-01-18T08:30:27.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:30:25.319870+0000 mgr.smithi161.xfxcne (mgr.14180) 784 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:28.049 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:30:28.049 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:28.479 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:28.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:26.952303+0000 mgr.smithi161.xfxcne (mgr.14180) 785 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:30:29.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:26.952303+0000 mgr.smithi161.xfxcne (mgr.14180) 785 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:30:29.481 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:29.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:29 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:30:28.044672+0000 mgr.smithi161.xfxcne (mgr.14180) 786 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:30.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:29 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:30:28.044672+0000 mgr.smithi161.xfxcne (mgr.14180) 786 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:30.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:28.952758+0000 mgr.smithi161.xfxcne (mgr.14180) 787 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:30:30.847 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:30:30.847 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:31.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:28.952758+0000 mgr.smithi161.xfxcne (mgr.14180) 787 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:30:31.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:32.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:30:30.843705+0000 mgr.smithi161.xfxcne (mgr.14180) 788 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:32.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:30.953226+0000 mgr.smithi161.xfxcne (mgr.14180) 789 : cluster [DBG] pgmap v471: 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-01-18T08:30:32.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:30:30.843705+0000 mgr.smithi161.xfxcne (mgr.14180) 788 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:32.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:30.953226+0000 mgr.smithi161.xfxcne (mgr.14180) 789 : cluster [DBG] pgmap v471: 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-01-18T08:30:32.246 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:33.608 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:30:33.608 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:33.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:34.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:32.953871+0000 mgr.smithi161.xfxcne (mgr.14180) 790 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:30:34.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:30:33.604317+0000 mgr.smithi161.xfxcne (mgr.14180) 791 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:34.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:34 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:32.953871+0000 mgr.smithi161.xfxcne (mgr.14180) 790 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:30:34.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:34 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:30:33.604317+0000 mgr.smithi161.xfxcne (mgr.14180) 791 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:34.997 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:36.479 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:30:36.479 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:36.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:34.954570+0000 mgr.smithi161.xfxcne (mgr.14180) 792 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:30:36.862 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:37.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:34.954570+0000 mgr.smithi161.xfxcne (mgr.14180) 792 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:30:37.863 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:37.894 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:30:36.475035+0000 mgr.smithi161.xfxcne (mgr.14180) 793 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:38.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:30:36.475035+0000 mgr.smithi161.xfxcne (mgr.14180) 793 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:38.882 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:38 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:36.954997+0000 mgr.smithi161.xfxcne (mgr.14180) 794 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:30:39.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:38 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:36.954997+0000 mgr.smithi161.xfxcne (mgr.14180) 794 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:30:39.252 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:30:39.252 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:39.620 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:40.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:39 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:38.955459+0000 mgr.smithi161.xfxcne (mgr.14180) 795 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:30:40.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:39 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:30:39.248550+0000 mgr.smithi161.xfxcne (mgr.14180) 796 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:40.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:39 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:38.955459+0000 mgr.smithi161.xfxcne (mgr.14180) 795 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:30:40.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:39 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:30:39.248550+0000 mgr.smithi161.xfxcne (mgr.14180) 796 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:40.622 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:42.048 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:30:42.048 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:42.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:42.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:40.955903+0000 mgr.smithi161.xfxcne (mgr.14180) 797 : cluster [DBG] pgmap v476: 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-01-18T08:30:43.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:40.955903+0000 mgr.smithi161.xfxcne (mgr.14180) 797 : cluster [DBG] pgmap v476: 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-01-18T08:30:43.468 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:43.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:43 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:30:42.044275+0000 mgr.smithi161.xfxcne (mgr.14180) 798 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:44.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:43 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:30:42.044275+0000 mgr.smithi161.xfxcne (mgr.14180) 798 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:44.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:44 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:42.956359+0000 mgr.smithi161.xfxcne (mgr.14180) 799 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:30:44.878 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:30:44.878 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:45.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:44 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:42.956359+0000 mgr.smithi161.xfxcne (mgr.14180) 799 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:30:45.269 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:46.270 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:47.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:30:44.874444+0000 mgr.smithi161.xfxcne (mgr.14180) 800 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:47.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:44.956893+0000 mgr.smithi161.xfxcne (mgr.14180) 801 : 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-01-18T08:30:47.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:30:44.874444+0000 mgr.smithi161.xfxcne (mgr.14180) 800 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:47.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:44.956893+0000 mgr.smithi161.xfxcne (mgr.14180) 801 : 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-01-18T08:30:47.743 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:30:47.743 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:48.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:49.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:48 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:46.957332+0000 mgr.smithi161.xfxcne (mgr.14180) 802 : 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-01-18T08:30:49.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:48 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:46.957332+0000 mgr.smithi161.xfxcne (mgr.14180) 802 : 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-01-18T08:30:49.164 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:49.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:49 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:30:47.739396+0000 mgr.smithi161.xfxcne (mgr.14180) 803 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:50.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:49 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:30:47.739396+0000 mgr.smithi161.xfxcne (mgr.14180) 803 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:50.587 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:30:50.587 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:50.924 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:50 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:48.957815+0000 mgr.smithi161.xfxcne (mgr.14180) 804 : 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-01-18T08:30:50.925 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:50 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:30:50.584089+0000 mgr.smithi161.xfxcne (mgr.14180) 805 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:50.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:51.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:50 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:48.957815+0000 mgr.smithi161.xfxcne (mgr.14180) 804 : 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-01-18T08:30:51.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:50 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:30:50.584089+0000 mgr.smithi161.xfxcne (mgr.14180) 805 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:51.971 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:52.005 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:50.958243+0000 mgr.smithi161.xfxcne (mgr.14180) 806 : cluster [DBG] pgmap v481: 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-01-18T08:30:52.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:50.958243+0000 mgr.smithi161.xfxcne (mgr.14180) 806 : cluster [DBG] pgmap v481: 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-01-18T08:30:53.416 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:30:53.416 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:53.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:54.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:52.958910+0000 mgr.smithi161.xfxcne (mgr.14180) 807 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:30:54.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:30:53.412959+0000 mgr.smithi161.xfxcne (mgr.14180) 808 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:54.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:52.958910+0000 mgr.smithi161.xfxcne (mgr.14180) 807 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:30:54.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:30:53.412959+0000 mgr.smithi161.xfxcne (mgr.14180) 808 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:54.827 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:56.314 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:30:56.314 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:56.702 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:57.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:54.959463+0000 mgr.smithi161.xfxcne (mgr.14180) 809 : 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-01-18T08:30:57.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:54.959463+0000 mgr.smithi161.xfxcne (mgr.14180) 809 : 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-01-18T08:30:57.703 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:58.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:57 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:30:56.309790+0000 mgr.smithi161.xfxcne (mgr.14180) 810 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:58.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:57 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:30:56.309790+0000 mgr.smithi161.xfxcne (mgr.14180) 810 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:58.712 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:56.960003+0000 mgr.smithi161.xfxcne (mgr.14180) 811 : 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-01-18T08:30:59.057 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:30:59.057 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:59.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:56.960003+0000 mgr.smithi161.xfxcne (mgr.14180) 811 : 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-01-18T08:30:59.441 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:59.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:30:58.960418+0000 mgr.smithi161.xfxcne (mgr.14180) 812 : 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-01-18T08:30:59.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:30:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:30:59.054097+0000 mgr.smithi161.xfxcne (mgr.14180) 813 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:00.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:30:58.960418+0000 mgr.smithi161.xfxcne (mgr.14180) 812 : 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-01-18T08:31:00.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:30:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:30:59.054097+0000 mgr.smithi161.xfxcne (mgr.14180) 813 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:00.442 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:01.852 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:31:01.852 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:02.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:03.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:02 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:00.960830+0000 mgr.smithi161.xfxcne (mgr.14180) 814 : cluster [DBG] pgmap v486: 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-01-18T08:31:03.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:02 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:00.960830+0000 mgr.smithi161.xfxcne (mgr.14180) 814 : cluster [DBG] pgmap v486: 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-01-18T08:31:03.234 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:03.945 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:03 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:31:01.845684+0000 mgr.smithi161.xfxcne (mgr.14180) 815 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:04.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:03 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:31:01.845684+0000 mgr.smithi161.xfxcne (mgr.14180) 815 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:04.642 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:31:04.642 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:04.997 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:02.961200+0000 mgr.smithi161.xfxcne (mgr.14180) 816 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:31:05.051 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:05.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:04 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:02.961200+0000 mgr.smithi161.xfxcne (mgr.14180) 816 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:31:06.052 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:06.728 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:31:04.638443+0000 mgr.smithi161.xfxcne (mgr.14180) 817 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:06.728 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:04.961708+0000 mgr.smithi161.xfxcne (mgr.14180) 818 : 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-01-18T08:31:07.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:06 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:31:04.638443+0000 mgr.smithi161.xfxcne (mgr.14180) 817 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:07.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:06 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:04.961708+0000 mgr.smithi161.xfxcne (mgr.14180) 818 : 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-01-18T08:31:07.429 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:31:07.429 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:07.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:08.825 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:09.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:06.962098+0000 mgr.smithi161.xfxcne (mgr.14180) 819 : 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-01-18T08:31:09.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:31:07.425851+0000 mgr.smithi161.xfxcne (mgr.14180) 820 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:09.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:08 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:06.962098+0000 mgr.smithi161.xfxcne (mgr.14180) 819 : 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-01-18T08:31:09.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:08 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:31:07.425851+0000 mgr.smithi161.xfxcne (mgr.14180) 820 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:09.853 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:08.962510+0000 mgr.smithi161.xfxcne (mgr.14180) 821 : 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-01-18T08:31:10.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:09 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:08.962510+0000 mgr.smithi161.xfxcne (mgr.14180) 821 : 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-01-18T08:31:10.268 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:31:10.268 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:10.641 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:11.642 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:11.992 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:31:10.264472+0000 mgr.smithi161.xfxcne (mgr.14180) 822 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:12.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:31:10.264472+0000 mgr.smithi161.xfxcne (mgr.14180) 822 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:12.710 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:10.963104+0000 mgr.smithi161.xfxcne (mgr.14180) 823 : cluster [DBG] pgmap v491: 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-01-18T08:31:13.065 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:31:13.065 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:13.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:10.963104+0000 mgr.smithi161.xfxcne (mgr.14180) 823 : cluster [DBG] pgmap v491: 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-01-18T08:31:13.441 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:13.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:12.963504+0000 mgr.smithi161.xfxcne (mgr.14180) 824 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:31:13.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:31:13.061862+0000 mgr.smithi161.xfxcne (mgr.14180) 825 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:14.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:12.963504+0000 mgr.smithi161.xfxcne (mgr.14180) 824 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:31:14.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:31:13.061862+0000 mgr.smithi161.xfxcne (mgr.14180) 825 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:14.443 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:15.867 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:31:15.867 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:16.270 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:17.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:14.964127+0000 mgr.smithi161.xfxcne (mgr.14180) 826 : 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-01-18T08:31:17.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:14.964127+0000 mgr.smithi161.xfxcne (mgr.14180) 826 : 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-01-18T08:31:17.272 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:17.934 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:31:15.863116+0000 mgr.smithi161.xfxcne (mgr.14180) 827 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:18.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:31:15.863116+0000 mgr.smithi161.xfxcne (mgr.14180) 827 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:18.585 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:31:18.586 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:18.954 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:16.964720+0000 mgr.smithi161.xfxcne (mgr.14180) 828 : 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-01-18T08:31:18.954 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:31:18.581785+0000 mgr.smithi161.xfxcne (mgr.14180) 829 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:19.005 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:19.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:16.964720+0000 mgr.smithi161.xfxcne (mgr.14180) 828 : 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-01-18T08:31:19.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:31:18.581785+0000 mgr.smithi161.xfxcne (mgr.14180) 829 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:20.005 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:20.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:18.965420+0000 mgr.smithi161.xfxcne (mgr.14180) 830 : 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-01-18T08:31:20.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:18.965420+0000 mgr.smithi161.xfxcne (mgr.14180) 830 : 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-01-18T08:31:21.361 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:31:21.361 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:21.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:22.781 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:23.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:20.965950+0000 mgr.smithi161.xfxcne (mgr.14180) 831 : cluster [DBG] pgmap v496: 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-01-18T08:31:23.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:31:21.357691+0000 mgr.smithi161.xfxcne (mgr.14180) 832 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:23.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:20.965950+0000 mgr.smithi161.xfxcne (mgr.14180) 831 : cluster [DBG] pgmap v496: 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-01-18T08:31:23.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:31:21.357691+0000 mgr.smithi161.xfxcne (mgr.14180) 832 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:23.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:23 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:22.966318+0000 mgr.smithi161.xfxcne (mgr.14180) 833 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:31:24.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:23 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:22.966318+0000 mgr.smithi161.xfxcne (mgr.14180) 833 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:31:24.154 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:31:24.154 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:24.545 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:25.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:31:24.150709+0000 mgr.smithi161.xfxcne (mgr.14180) 834 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:25.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:31:24.150709+0000 mgr.smithi161.xfxcne (mgr.14180) 834 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:25.547 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:26.945 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:31:26.945 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:26.969 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:24.966791+0000 mgr.smithi161.xfxcne (mgr.14180) 835 : 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-01-18T08:31:27.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:24.966791+0000 mgr.smithi161.xfxcne (mgr.14180) 835 : 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-01-18T08:31:27.324 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:28.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:31:26.941927+0000 mgr.smithi161.xfxcne (mgr.14180) 836 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:28.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:26.967275+0000 mgr.smithi161.xfxcne (mgr.14180) 837 : 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-01-18T08:31:28.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:31:26.941927+0000 mgr.smithi161.xfxcne (mgr.14180) 836 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:28.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:26.967275+0000 mgr.smithi161.xfxcne (mgr.14180) 837 : 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-01-18T08:31:28.325 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:29.703 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:31:29.703 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:30.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:30.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:28.967705+0000 mgr.smithi161.xfxcne (mgr.14180) 838 : 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-01-18T08:31:30.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:28.967705+0000 mgr.smithi161.xfxcne (mgr.14180) 838 : 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-01-18T08:31:31.172 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:31.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:31:29.699704+0000 mgr.smithi161.xfxcne (mgr.14180) 839 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:32.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:31:29.699704+0000 mgr.smithi161.xfxcne (mgr.14180) 839 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:32.667 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:31:32.667 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:32.959 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:30.968238+0000 mgr.smithi161.xfxcne (mgr.14180) 840 : cluster [DBG] pgmap v501: 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-01-18T08:31:33.037 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:33.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:32 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:30.968238+0000 mgr.smithi161.xfxcne (mgr.14180) 840 : cluster [DBG] pgmap v501: 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-01-18T08:31:34.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:31:32.663236+0000 mgr.smithi161.xfxcne (mgr.14180) 841 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:34.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:32.968864+0000 mgr.smithi161.xfxcne (mgr.14180) 842 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:31:34.038 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:34.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:31:32.663236+0000 mgr.smithi161.xfxcne (mgr.14180) 841 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:34.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:32.968864+0000 mgr.smithi161.xfxcne (mgr.14180) 842 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:31:35.493 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:31:35.494 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:35.860 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:36.861 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:36.893 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:34.969455+0000 mgr.smithi161.xfxcne (mgr.14180) 843 : 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-01-18T08:31:36.893 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:31:35.489752+0000 mgr.smithi161.xfxcne (mgr.14180) 844 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:37.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:34.969455+0000 mgr.smithi161.xfxcne (mgr.14180) 843 : 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-01-18T08:31:37.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:31:35.489752+0000 mgr.smithi161.xfxcne (mgr.14180) 844 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:37.865 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:36.969885+0000 mgr.smithi161.xfxcne (mgr.14180) 845 : 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-01-18T08:31:38.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:36.969885+0000 mgr.smithi161.xfxcne (mgr.14180) 845 : 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-01-18T08:31:38.250 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:31:38.250 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:38.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:39.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:38 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:31:38.247111+0000 mgr.smithi161.xfxcne (mgr.14180) 846 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:39.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:38 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:31:38.247111+0000 mgr.smithi161.xfxcne (mgr.14180) 846 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:39.629 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:39.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:39 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:38.970431+0000 mgr.smithi161.xfxcne (mgr.14180) 847 : 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-01-18T08:31:40.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:39 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:38.970431+0000 mgr.smithi161.xfxcne (mgr.14180) 847 : 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-01-18T08:31:41.155 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:31:41.155 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:41.535 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:41.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:40.970897+0000 mgr.smithi161.xfxcne (mgr.14180) 848 : cluster [DBG] pgmap v506: 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-01-18T08:31:41.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:31:41.151130+0000 mgr.smithi161.xfxcne (mgr.14180) 849 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:42.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:40.970897+0000 mgr.smithi161.xfxcne (mgr.14180) 848 : cluster [DBG] pgmap v506: 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-01-18T08:31:42.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:31:41.151130+0000 mgr.smithi161.xfxcne (mgr.14180) 849 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:42.536 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:43.963 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:31:43.963 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:44.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:44 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:42.971279+0000 mgr.smithi161.xfxcne (mgr.14180) 850 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:31:44.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:44 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:42.971279+0000 mgr.smithi161.xfxcne (mgr.14180) 850 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:31:44.370 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:45.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:31:43.959561+0000 mgr.smithi161.xfxcne (mgr.14180) 851 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:45.371 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:45.403 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:31:43.959561+0000 mgr.smithi161.xfxcne (mgr.14180) 851 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:46.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:44.971872+0000 mgr.smithi161.xfxcne (mgr.14180) 852 : 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-01-18T08:31:46.395 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:44.971872+0000 mgr.smithi161.xfxcne (mgr.14180) 852 : 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-01-18T08:31:46.771 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:31:46.771 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:47.150 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:48.152 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:48.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:48 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:31:46.767693+0000 mgr.smithi161.xfxcne (mgr.14180) 853 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:48.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:48 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:46.972356+0000 mgr.smithi161.xfxcne (mgr.14180) 854 : 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-01-18T08:31:48.494 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:48 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:31:46.767693+0000 mgr.smithi161.xfxcne (mgr.14180) 853 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:48.494 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:48 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:46.972356+0000 mgr.smithi161.xfxcne (mgr.14180) 854 : 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-01-18T08:31:49.517 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:31:49.517 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:49.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:50.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:50 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:48.973019+0000 mgr.smithi161.xfxcne (mgr.14180) 855 : 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-01-18T08:31:50.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:50 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:31:49.513955+0000 mgr.smithi161.xfxcne (mgr.14180) 856 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:50.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:50 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:48.973019+0000 mgr.smithi161.xfxcne (mgr.14180) 855 : 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-01-18T08:31:50.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:50 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:31:49.513955+0000 mgr.smithi161.xfxcne (mgr.14180) 856 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:50.945 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:51.945 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:50.973560+0000 mgr.smithi161.xfxcne (mgr.14180) 857 : cluster [DBG] pgmap v511: 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-01-18T08:31:52.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:50.973560+0000 mgr.smithi161.xfxcne (mgr.14180) 857 : cluster [DBG] pgmap v511: 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-01-18T08:31:52.300 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:31:52.301 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:52.675 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:53.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:31:52.297282+0000 mgr.smithi161.xfxcne (mgr.14180) 858 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:53.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:52 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:31:52.297282+0000 mgr.smithi161.xfxcne (mgr.14180) 858 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:53.676 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:54.009 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:53 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:52.974109+0000 mgr.smithi161.xfxcne (mgr.14180) 859 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:31:54.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:53 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:52.974109+0000 mgr.smithi161.xfxcne (mgr.14180) 859 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:31:55.016 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:31:55.017 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:11.418436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.hxgjcl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:55.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:56.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:54.974617+0000 mgr.smithi161.xfxcne (mgr.14180) 860 : 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-01-18T08:31:56.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:31:55.013247+0000 mgr.smithi161.xfxcne (mgr.14180) 861 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:56.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:31:55.186453+0000 mgr.smithi161.xfxcne (mgr.14180) 862 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz 2024-01-18T08:31:56.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz 2024-01-18T08:31:56.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz 2024-01-18T08:31:56.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz 2024-01-18T08:31:56.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Deploy daemon haproxy.nfs.foo.smithi187.aceeyz ... 2024-01-18T08:31:56.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:31:56.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:31:56.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:29:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:31:56.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:30:34Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:31:56.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:31:11Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:31:56.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T08:31:56.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:31:56.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Traceback (most recent call last): 2024-01-18T08:31:56.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:31:56.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: yield (conn, connr) 2024-01-18T08:31:56.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:31:56.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: code, '\n'.join(err))) 2024-01-18T08:31:56.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 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-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz 2024-01-18T08:31:56.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz 2024-01-18T08:31:56.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz 2024-01-18T08:31:56.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz 2024-01-18T08:31:56.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Deploy daemon haproxy.nfs.foo.smithi187.aceeyz ... 2024-01-18T08:31:56.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:31:56.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:31:56.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:29:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:31:56.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:30:34Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:31:56.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:31:11Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:31:56.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T08:31:56.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:31:56.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:31:55.186632+0000 mgr.smithi161.xfxcne (mgr.14180) 863 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi187.aceeyz 2024-01-18T08:31:56.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:31:55.186920+0000 mon.smithi161 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi187.aceeyz"}]: dispatch 2024-01-18T08:31:56.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:31:55.187499+0000 mgr.smithi161.xfxcne (mgr.14180) 864 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz 2024-01-18T08:31:56.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz 2024-01-18T08:31:56.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz 2024-01-18T08:31:56.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz 2024-01-18T08:31:56.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Deploy daemon haproxy.nfs.foo.smithi187.aceeyz ... 2024-01-18T08:31:56.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:31:56.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:31:56.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:29:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:31:56.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:30:34Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:31:56.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:31:11Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:31:56.352 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T08:31:56.352 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:31:56.352 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:31:55.188823+0000 mgr.smithi161.xfxcne (mgr.14180) 865 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi161.ixqbai on smithi161 2024-01-18T08:31:56.417 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:56.450 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:54.974617+0000 mgr.smithi161.xfxcne (mgr.14180) 860 : 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-01-18T08:31:56.451 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:31:55.013247+0000 mgr.smithi161.xfxcne (mgr.14180) 861 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:56.451 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:31:55.186453+0000 mgr.smithi161.xfxcne (mgr.14180) 862 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz 2024-01-18T08:31:56.451 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz 2024-01-18T08:31:56.451 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz 2024-01-18T08:31:56.451 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz 2024-01-18T08:31:56.451 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Deploy daemon haproxy.nfs.foo.smithi187.aceeyz ... 2024-01-18T08:31:56.451 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:31:56.451 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:31:56.451 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:29:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:31:56.451 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:30:34Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:31:56.451 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:31:11Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:31:56.451 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T08:31:56.451 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:31:56.451 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Traceback (most recent call last): 2024-01-18T08:31:56.452 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:31:56.452 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: yield (conn, connr) 2024-01-18T08:31:56.452 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:31:56.452 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: code, '\n'.join(err))) 2024-01-18T08:31:56.452 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 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-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz 2024-01-18T08:31:56.452 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz 2024-01-18T08:31:56.452 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz 2024-01-18T08:31:56.452 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz 2024-01-18T08:31:56.452 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Deploy daemon haproxy.nfs.foo.smithi187.aceeyz ... 2024-01-18T08:31:56.452 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:31:56.452 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:31:56.452 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:29:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:31:56.452 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:30:34Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:31:56.452 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:31:11Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:31:56.452 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T08:31:56.452 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:31:56.453 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:31:55.186632+0000 mgr.smithi161.xfxcne (mgr.14180) 863 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi187.aceeyz 2024-01-18T08:31:56.453 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:31:55.186920+0000 mon.smithi161 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi187.aceeyz"}]: dispatch 2024-01-18T08:31:56.453 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:31:55.187499+0000 mgr.smithi161.xfxcne (mgr.14180) 864 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz 2024-01-18T08:31:56.453 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz 2024-01-18T08:31:56.453 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz 2024-01-18T08:31:56.453 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz 2024-01-18T08:31:56.453 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Deploy daemon haproxy.nfs.foo.smithi187.aceeyz ... 2024-01-18T08:31:56.453 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:31:56.453 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:31:56.453 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:29:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:31:56.453 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:30:34Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:31:56.453 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:31:11Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:31:56.453 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T08:31:56.453 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:31:56.453 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:31:55.188823+0000 mgr.smithi161.xfxcne (mgr.14180) 865 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi161.ixqbai on smithi161 2024-01-18T08:31:57.836 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:31:57.836 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:58.206 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:56.974988+0000 mgr.smithi161.xfxcne (mgr.14180) 866 : 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-01-18T08:31:58.257 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:58.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:56.974988+0000 mgr.smithi161.xfxcne (mgr.14180) 866 : 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-01-18T08:31:59.258 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:59.293 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:31:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:31:57.832869+0000 mgr.smithi161.xfxcne (mgr.14180) 867 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:59.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:31:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:31:57.832869+0000 mgr.smithi161.xfxcne (mgr.14180) 867 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:00.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:00 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:31:58.975655+0000 mgr.smithi161.xfxcne (mgr.14180) 868 : 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-01-18T08:32:00.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:00 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:31:58.975655+0000 mgr.smithi161.xfxcne (mgr.14180) 868 : 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-01-18T08:32:00.689 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:32:00.689 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:32:01.091 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:32:02.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:01 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:32:00.685784+0000 mgr.smithi161.xfxcne (mgr.14180) 869 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:02.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:01 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:00.976249+0000 mgr.smithi161.xfxcne (mgr.14180) 870 : cluster [DBG] pgmap v516: 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-01-18T08:32:02.091 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:32:02.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:01 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:32:00.685784+0000 mgr.smithi161.xfxcne (mgr.14180) 869 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:02.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:01 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:00.976249+0000 mgr.smithi161.xfxcne (mgr.14180) 870 : cluster [DBG] pgmap v516: 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-01-18T08:32:03.581 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:32:03.582 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:32:03.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:32:04.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:02.976711+0000 mgr.smithi161.xfxcne (mgr.14180) 871 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:32:04.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:32:03.577159+0000 mgr.smithi161.xfxcne (mgr.14180) 872 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:04.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:04 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:02.976711+0000 mgr.smithi161.xfxcne (mgr.14180) 871 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:32:04.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:04 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:32:03.577159+0000 mgr.smithi161.xfxcne (mgr.14180) 872 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:04.966 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:32:06.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:04.977363+0000 mgr.smithi161.xfxcne (mgr.14180) 873 : 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-01-18T08:32:06.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:06 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:04.977363+0000 mgr.smithi161.xfxcne (mgr.14180) 873 : 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-01-18T08:32:06.349 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:32:06.350 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:32:06.731 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:32:07.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:07 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:32:06.346418+0000 mgr.smithi161.xfxcne (mgr.14180) 874 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:07.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:07 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:32:06.346418+0000 mgr.smithi161.xfxcne (mgr.14180) 874 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:07.732 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:32:08.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:08 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:06.977746+0000 mgr.smithi161.xfxcne (mgr.14180) 875 : 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-01-18T08:32:08.384 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:06.977746+0000 mgr.smithi161.xfxcne (mgr.14180) 875 : 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-01-18T08:32:09.070 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:32:09.070 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:32:09.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:32:10.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:08.978222+0000 mgr.smithi161.xfxcne (mgr.14180) 876 : 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-01-18T08:32:10.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:32:09.066349+0000 mgr.smithi161.xfxcne (mgr.14180) 877 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:10.458 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:32:10.488 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:08.978222+0000 mgr.smithi161.xfxcne (mgr.14180) 876 : 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-01-18T08:32:10.488 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:32:09.066349+0000 mgr.smithi161.xfxcne (mgr.14180) 877 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:11.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:10.978703+0000 mgr.smithi161.xfxcne (mgr.14180) 878 : cluster [DBG] pgmap v521: 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-01-18T08:32:11.913 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:32:11.913 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:32:12.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:10.978703+0000 mgr.smithi161.xfxcne (mgr.14180) 878 : cluster [DBG] pgmap v521: 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-01-18T08:32:12.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:32:13.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:32:11.910148+0000 mgr.smithi161.xfxcne (mgr.14180) 879 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:13.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:32:11.910148+0000 mgr.smithi161.xfxcne (mgr.14180) 879 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:13.297 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:32:14.017 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:12.979081+0000 mgr.smithi161.xfxcne (mgr.14180) 880 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:32:14.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:12.979081+0000 mgr.smithi161.xfxcne (mgr.14180) 880 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:32:14.723 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:32:14.723 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:32:15.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:32:16.105 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:32:16.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:32:14.719532+0000 mgr.smithi161.xfxcne (mgr.14180) 881 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:16.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:14.979636+0000 mgr.smithi161.xfxcne (mgr.14180) 882 : 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-01-18T08:32:16.482 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:32:14.719532+0000 mgr.smithi161.xfxcne (mgr.14180) 881 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:16.483 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:14.979636+0000 mgr.smithi161.xfxcne (mgr.14180) 882 : 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-01-18T08:32:17.586 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:32:17.587 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:32:17.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:32:18.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:16.980201+0000 mgr.smithi161.xfxcne (mgr.14180) 883 : 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-01-18T08:32:18.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:32:17.583080+0000 mgr.smithi161.xfxcne (mgr.14180) 884 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:18.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:16.980201+0000 mgr.smithi161.xfxcne (mgr.14180) 883 : 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-01-18T08:32:18.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:32:17.583080+0000 mgr.smithi161.xfxcne (mgr.14180) 884 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:18.981 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:32:20.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:18.980834+0000 mgr.smithi161.xfxcne (mgr.14180) 885 : 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-01-18T08:32:20.386 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:32:20.386 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:32:20.408 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:18.980834+0000 mgr.smithi161.xfxcne (mgr.14180) 885 : 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-01-18T08:32:20.762 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:32:21.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:32:20.382769+0000 mgr.smithi161.xfxcne (mgr.14180) 886 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:21.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:32:20.382769+0000 mgr.smithi161.xfxcne (mgr.14180) 886 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:21.763 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:32:22.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:20.981301+0000 mgr.smithi161.xfxcne (mgr.14180) 887 : cluster [DBG] pgmap v526: 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-01-18T08:32:22.440 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:20.981301+0000 mgr.smithi161.xfxcne (mgr.14180) 887 : cluster [DBG] pgmap v526: 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-01-18T08:32:23.131 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:32:23.131 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:32:23.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:32:24.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:22.981716+0000 mgr.smithi161.xfxcne (mgr.14180) 888 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:32:24.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:32:23.126959+0000 mgr.smithi161.xfxcne (mgr.14180) 889 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:24.363 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:22.981716+0000 mgr.smithi161.xfxcne (mgr.14180) 888 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:32:24.363 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:32:23.126959+0000 mgr.smithi161.xfxcne (mgr.14180) 889 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:24.564 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:32:25.861 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:32:25.861 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:32:26.176 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:24.982215+0000 mgr.smithi161.xfxcne (mgr.14180) 890 : 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-01-18T08:32:26.228 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:32:26.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:24.982215+0000 mgr.smithi161.xfxcne (mgr.14180) 890 : 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-01-18T08:32:27.229 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:32:27.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:32:25.857394+0000 mgr.smithi161.xfxcne (mgr.14180) 891 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:27.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:32:25.857394+0000 mgr.smithi161.xfxcne (mgr.14180) 891 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:28.207 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:26.982691+0000 mgr.smithi161.xfxcne (mgr.14180) 892 : 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-01-18T08:32:28.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:26.982691+0000 mgr.smithi161.xfxcne (mgr.14180) 892 : 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-01-18T08:32:28.565 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:32:28.565 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:32:28.945 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:32:29.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:29 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:32:28.561587+0000 mgr.smithi161.xfxcne (mgr.14180) 893 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:29.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:29 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:32:28.561587+0000 mgr.smithi161.xfxcne (mgr.14180) 893 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:29.945 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:32:30.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:28.983330+0000 mgr.smithi161.xfxcne (mgr.14180) 894 : 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-01-18T08:32:30.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:28.983330+0000 mgr.smithi161.xfxcne (mgr.14180) 894 : 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-01-18T08:32:31.386 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:32:31.386 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:32:31.717 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:30.983883+0000 mgr.smithi161.xfxcne (mgr.14180) 895 : cluster [DBG] pgmap v531: 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-01-18T08:32:31.717 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:32:31.382126+0000 mgr.smithi161.xfxcne (mgr.14180) 896 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:31.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:32:32.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:30.983883+0000 mgr.smithi161.xfxcne (mgr.14180) 895 : cluster [DBG] pgmap v531: 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-01-18T08:32:32.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:32:31.382126+0000 mgr.smithi161.xfxcne (mgr.14180) 896 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:32.801 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:32:34.266 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:32:34.266 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:32:34.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:32.984348+0000 mgr.smithi161.xfxcne (mgr.14180) 897 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:32:34.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:34 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:32.984348+0000 mgr.smithi161.xfxcne (mgr.14180) 897 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:32:34.661 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:32:35.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:32:34.262124+0000 mgr.smithi161.xfxcne (mgr.14180) 898 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:35.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:32:34.262124+0000 mgr.smithi161.xfxcne (mgr.14180) 898 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:35.662 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:32:36.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:34.984977+0000 mgr.smithi161.xfxcne (mgr.14180) 899 : 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-01-18T08:32:36.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:34.984977+0000 mgr.smithi161.xfxcne (mgr.14180) 899 : 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-01-18T08:32:37.079 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:32:37.079 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:32:37.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:32:38.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:38 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:36.985381+0000 mgr.smithi161.xfxcne (mgr.14180) 900 : 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-01-18T08:32:38.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:38 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:32:37.075133+0000 mgr.smithi161.xfxcne (mgr.14180) 901 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:38.452 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:32:38.485 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:38 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:36.985381+0000 mgr.smithi161.xfxcne (mgr.14180) 900 : 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-01-18T08:32:38.485 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:38 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:32:37.075133+0000 mgr.smithi161.xfxcne (mgr.14180) 901 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:39.837 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:32:39.838 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:32:40.191 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:38.985932+0000 mgr.smithi161.xfxcne (mgr.14180) 902 : 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-01-18T08:32:40.264 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:32:40.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:38.985932+0000 mgr.smithi161.xfxcne (mgr.14180) 902 : 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-01-18T08:32:41.265 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:32:41.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:32:39.833352+0000 mgr.smithi161.xfxcne (mgr.14180) 903 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:41.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:32:39.833352+0000 mgr.smithi161.xfxcne (mgr.14180) 903 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:42.274 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:40.986467+0000 mgr.smithi161.xfxcne (mgr.14180) 904 : cluster [DBG] pgmap v536: 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-01-18T08:32:42.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:40.986467+0000 mgr.smithi161.xfxcne (mgr.14180) 904 : cluster [DBG] pgmap v536: 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-01-18T08:32:42.821 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:32:42.822 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:32:43.211 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:32:44.212 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:32:44.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:44 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:32:42.817912+0000 mgr.smithi161.xfxcne (mgr.14180) 905 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:44.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:44 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:42.986943+0000 mgr.smithi161.xfxcne (mgr.14180) 906 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:32:44.363 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:44 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:32:42.817912+0000 mgr.smithi161.xfxcne (mgr.14180) 905 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:44.363 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:44 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:42.986943+0000 mgr.smithi161.xfxcne (mgr.14180) 906 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:32:45.613 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:32:45.613 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:32:46.008 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:32:46.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:44.987489+0000 mgr.smithi161.xfxcne (mgr.14180) 907 : 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-01-18T08:32:46.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:32:45.609240+0000 mgr.smithi161.xfxcne (mgr.14180) 908 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:46.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:44.987489+0000 mgr.smithi161.xfxcne (mgr.14180) 907 : 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-01-18T08:32:46.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:32:45.609240+0000 mgr.smithi161.xfxcne (mgr.14180) 908 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:47.009 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:32:48.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:48 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:46.988128+0000 mgr.smithi161.xfxcne (mgr.14180) 909 : 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-01-18T08:32:48.426 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:32:48.426 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:32:48.447 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:48 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:46.988128+0000 mgr.smithi161.xfxcne (mgr.14180) 909 : 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-01-18T08:32:48.858 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:32:49.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:49 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:32:48.421652+0000 mgr.smithi161.xfxcne (mgr.14180) 910 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:49.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:49 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:32:48.421652+0000 mgr.smithi161.xfxcne (mgr.14180) 910 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:49.858 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:32:50.201 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:50 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:48.988585+0000 mgr.smithi161.xfxcne (mgr.14180) 911 : 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-01-18T08:32:50.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:50 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:48.988585+0000 mgr.smithi161.xfxcne (mgr.14180) 911 : 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-01-18T08:32:51.234 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:32:51.234 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:32:51.627 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:32:51.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:50.989042+0000 mgr.smithi161.xfxcne (mgr.14180) 912 : cluster [DBG] pgmap v541: 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-01-18T08:32:51.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:32:51.230189+0000 mgr.smithi161.xfxcne (mgr.14180) 913 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:52.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:50.989042+0000 mgr.smithi161.xfxcne (mgr.14180) 912 : cluster [DBG] pgmap v541: 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-01-18T08:32:52.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:32:51.230189+0000 mgr.smithi161.xfxcne (mgr.14180) 913 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:52.628 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:32:54.021 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:32:54.021 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:32:54.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:52.989423+0000 mgr.smithi161.xfxcne (mgr.14180) 914 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:32:54.362 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:52.989423+0000 mgr.smithi161.xfxcne (mgr.14180) 914 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:32:54.411 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:32:55.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:55 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:32:54.016825+0000 mgr.smithi161.xfxcne (mgr.14180) 915 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:55.412 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:32:55.446 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:32:54.016825+0000 mgr.smithi161.xfxcne (mgr.14180) 915 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:56.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:54.989987+0000 mgr.smithi161.xfxcne (mgr.14180) 916 : 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-01-18T08:32:56.469 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:54.989987+0000 mgr.smithi161.xfxcne (mgr.14180) 916 : 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-01-18T08:32:56.832 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:32:56.832 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:32:57.215 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:32:58.216 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:32:58.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:32:56.828496+0000 mgr.smithi161.xfxcne (mgr.14180) 917 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:58.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:32:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:56.990543+0000 mgr.smithi161.xfxcne (mgr.14180) 918 : 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-01-18T08:32:58.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:32:56.828496+0000 mgr.smithi161.xfxcne (mgr.14180) 917 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:58.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:32:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:56.990543+0000 mgr.smithi161.xfxcne (mgr.14180) 918 : 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-01-18T08:32:59.643 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:32:59.644 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:33:00.072 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:33:00.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:00 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:32:58.991079+0000 mgr.smithi161.xfxcne (mgr.14180) 919 : 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-01-18T08:33:00.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:00 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:32:58.991079+0000 mgr.smithi161.xfxcne (mgr.14180) 919 : 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-01-18T08:33:01.073 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:33:01.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:01 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:32:59.639925+0000 mgr.smithi161.xfxcne (mgr.14180) 920 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:01.406 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:01 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:32:59.639925+0000 mgr.smithi161.xfxcne (mgr.14180) 920 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:02.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:02 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:00.991779+0000 mgr.smithi161.xfxcne (mgr.14180) 921 : cluster [DBG] pgmap v546: 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-01-18T08:33:02.454 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:33:02.455 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:33:02.475 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:02 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:00.991779+0000 mgr.smithi161.xfxcne (mgr.14180) 921 : cluster [DBG] pgmap v546: 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-01-18T08:33:02.916 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:33:03.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:03 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:33:02.450769+0000 mgr.smithi161.xfxcne (mgr.14180) 922 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:03.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:03 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:33:02.450769+0000 mgr.smithi161.xfxcne (mgr.14180) 922 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:03.917 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:33:04.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:02.992375+0000 mgr.smithi161.xfxcne (mgr.14180) 923 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:33:04.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:04 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:02.992375+0000 mgr.smithi161.xfxcne (mgr.14180) 923 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:33:05.402 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:33:05.402 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:33:05.818 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:33:06.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:06 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:04.992949+0000 mgr.smithi161.xfxcne (mgr.14180) 924 : 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-01-18T08:33:06.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:06 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:33:05.398177+0000 mgr.smithi161.xfxcne (mgr.14180) 925 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:06.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:04.992949+0000 mgr.smithi161.xfxcne (mgr.14180) 924 : 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-01-18T08:33:06.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:33:05.398177+0000 mgr.smithi161.xfxcne (mgr.14180) 925 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:06.818 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:33:08.198 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:33:08.198 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:33:08.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:06.993357+0000 mgr.smithi161.xfxcne (mgr.14180) 926 : 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-01-18T08:33:08.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:08 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:06.993357+0000 mgr.smithi161.xfxcne (mgr.14180) 926 : 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-01-18T08:33:08.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:33:09.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:09 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:33:08.194261+0000 mgr.smithi161.xfxcne (mgr.14180) 927 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:09.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:33:08.194261+0000 mgr.smithi161.xfxcne (mgr.14180) 927 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:09.590 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:33:10.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:08.993774+0000 mgr.smithi161.xfxcne (mgr.14180) 928 : 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-01-18T08:33:10.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:08.993774+0000 mgr.smithi161.xfxcne (mgr.14180) 928 : 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-01-18T08:33:10.996 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:33:10.996 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:33:11.423 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:33:12.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:33:10.992276+0000 mgr.smithi161.xfxcne (mgr.14180) 929 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:12.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:10.994217+0000 mgr.smithi161.xfxcne (mgr.14180) 930 : cluster [DBG] pgmap v551: 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-01-18T08:33:12.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:33:10.992276+0000 mgr.smithi161.xfxcne (mgr.14180) 929 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:12.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:10.994217+0000 mgr.smithi161.xfxcne (mgr.14180) 930 : cluster [DBG] pgmap v551: 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-01-18T08:33:12.424 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:33:13.719 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:33:13.719 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:33:14.122 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:33:14.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:12.994801+0000 mgr.smithi161.xfxcne (mgr.14180) 931 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:33:14.362 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:12.994801+0000 mgr.smithi161.xfxcne (mgr.14180) 931 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:33:15.123 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:33:15.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:33:13.715091+0000 mgr.smithi161.xfxcne (mgr.14180) 932 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:15.455 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:33:13.715091+0000 mgr.smithi161.xfxcne (mgr.14180) 932 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:16.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:14.995475+0000 mgr.smithi161.xfxcne (mgr.14180) 933 : 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-01-18T08:33:16.462 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:33:16.463 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:33:16.487 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:14.995475+0000 mgr.smithi161.xfxcne (mgr.14180) 933 : 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-01-18T08:33:16.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:33:17.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:33:16.459155+0000 mgr.smithi161.xfxcne (mgr.14180) 934 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:17.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:33:16.459155+0000 mgr.smithi161.xfxcne (mgr.14180) 934 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:17.880 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:33:18.188 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:16.996042+0000 mgr.smithi161.xfxcne (mgr.14180) 935 : 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-01-18T08:33:18.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:16.996042+0000 mgr.smithi161.xfxcne (mgr.14180) 935 : 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-01-18T08:33:19.148 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:33:19.149 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:33:19.566 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:33:20.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:18.996454+0000 mgr.smithi161.xfxcne (mgr.14180) 936 : 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-01-18T08:33:20.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:33:19.144024+0000 mgr.smithi161.xfxcne (mgr.14180) 937 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:20.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:18.996454+0000 mgr.smithi161.xfxcne (mgr.14180) 936 : 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-01-18T08:33:20.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:33:19.144024+0000 mgr.smithi161.xfxcne (mgr.14180) 937 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:20.567 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:33:21.979 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:33:21.979 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:33:22.005 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:20.996924+0000 mgr.smithi161.xfxcne (mgr.14180) 938 : cluster [DBG] pgmap v556: 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-01-18T08:33:22.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:20.996924+0000 mgr.smithi161.xfxcne (mgr.14180) 938 : cluster [DBG] pgmap v556: 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-01-18T08:33:22.394 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:33:23.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:33:21.975290+0000 mgr.smithi161.xfxcne (mgr.14180) 939 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:23.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:33:21.975290+0000 mgr.smithi161.xfxcne (mgr.14180) 939 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:23.396 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:33:23.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:23 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:22.997522+0000 mgr.smithi161.xfxcne (mgr.14180) 940 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:33:24.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:23 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:22.997522+0000 mgr.smithi161.xfxcne (mgr.14180) 940 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:33:24.850 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:33:24.850 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:33:25.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:33:26.236 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:33:26.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:33:24.846198+0000 mgr.smithi161.xfxcne (mgr.14180) 941 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:26.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:24.998017+0000 mgr.smithi161.xfxcne (mgr.14180) 942 : 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-01-18T08:33:26.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:33:24.846198+0000 mgr.smithi161.xfxcne (mgr.14180) 941 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:26.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:24.998017+0000 mgr.smithi161.xfxcne (mgr.14180) 942 : 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-01-18T08:33:27.633 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:33:27.633 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:33:28.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:33:28.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:26.998524+0000 mgr.smithi161.xfxcne (mgr.14180) 943 : 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-01-18T08:33:28.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:33:27.629982+0000 mgr.smithi161.xfxcne (mgr.14180) 944 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:28.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:26.998524+0000 mgr.smithi161.xfxcne (mgr.14180) 943 : 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-01-18T08:33:28.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:33:27.629982+0000 mgr.smithi161.xfxcne (mgr.14180) 944 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:29.010 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:33:30.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:28.999330+0000 mgr.smithi161.xfxcne (mgr.14180) 945 : 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-01-18T08:33:30.420 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:33:30.420 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:33:30.441 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:28.999330+0000 mgr.smithi161.xfxcne (mgr.14180) 945 : 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-01-18T08:33:30.846 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:33:31.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:33:30.415993+0000 mgr.smithi161.xfxcne (mgr.14180) 946 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:31.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:33:30.415993+0000 mgr.smithi161.xfxcne (mgr.14180) 946 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:31.847 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:33:32.194 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:30.999807+0000 mgr.smithi161.xfxcne (mgr.14180) 947 : cluster [DBG] pgmap v561: 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-01-18T08:33:32.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:32 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:30.999807+0000 mgr.smithi161.xfxcne (mgr.14180) 947 : cluster [DBG] pgmap v561: 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-01-18T08:33:33.304 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:33:33.304 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:33:33.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:33:34.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:34 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:33.000214+0000 mgr.smithi161.xfxcne (mgr.14180) 948 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:33:34.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:34 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:33:33.300150+0000 mgr.smithi161.xfxcne (mgr.14180) 949 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:34.362 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:33.000214+0000 mgr.smithi161.xfxcne (mgr.14180) 948 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:33:34.362 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:33:33.300150+0000 mgr.smithi161.xfxcne (mgr.14180) 949 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:34.703 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:33:36.172 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:33:36.172 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:33:36.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:35.000904+0000 mgr.smithi161.xfxcne (mgr.14180) 950 : 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-01-18T08:33:36.379 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:35.000904+0000 mgr.smithi161.xfxcne (mgr.14180) 950 : 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-01-18T08:33:36.560 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:33:37.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:33:36.168283+0000 mgr.smithi161.xfxcne (mgr.14180) 951 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:37.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:33:36.168283+0000 mgr.smithi161.xfxcne (mgr.14180) 951 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:37.561 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:33:38.245 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:38 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:37.001466+0000 mgr.smithi161.xfxcne (mgr.14180) 952 : 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-01-18T08:33:38.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:38 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:37.001466+0000 mgr.smithi161.xfxcne (mgr.14180) 952 : 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-01-18T08:33:38.933 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:33:38.933 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:33:39.356 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:33:40.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:33:38.929445+0000 mgr.smithi161.xfxcne (mgr.14180) 953 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:40.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:39.001880+0000 mgr.smithi161.xfxcne (mgr.14180) 954 : 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-01-18T08:33:40.357 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:33:40.391 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:33:38.929445+0000 mgr.smithi161.xfxcne (mgr.14180) 953 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:40.391 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:39.001880+0000 mgr.smithi161.xfxcne (mgr.14180) 954 : 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-01-18T08:33:41.719 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:33:41.719 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:33:42.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:41.002429+0000 mgr.smithi161.xfxcne (mgr.14180) 955 : cluster [DBG] pgmap v566: 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-01-18T08:33:42.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:41.002429+0000 mgr.smithi161.xfxcne (mgr.14180) 955 : cluster [DBG] pgmap v566: 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-01-18T08:33:42.124 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:33:43.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:33:41.715575+0000 mgr.smithi161.xfxcne (mgr.14180) 956 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:43.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:33:41.715575+0000 mgr.smithi161.xfxcne (mgr.14180) 956 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:43.124 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:33:43.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:43 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:43.003112+0000 mgr.smithi161.xfxcne (mgr.14180) 957 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:33:44.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:43 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:43.003112+0000 mgr.smithi161.xfxcne (mgr.14180) 957 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:33:44.516 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:33:44.517 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:33:44.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:33:45.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:44 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:33:44.513233+0000 mgr.smithi161.xfxcne (mgr.14180) 958 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:45.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:44 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:33:44.513233+0000 mgr.smithi161.xfxcne (mgr.14180) 958 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:45.925 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:33:45.956 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:45.003791+0000 mgr.smithi161.xfxcne (mgr.14180) 959 : 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-01-18T08:33:46.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:45.003791+0000 mgr.smithi161.xfxcne (mgr.14180) 959 : 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-01-18T08:33:47.313 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:33:47.313 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:33:47.698 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:33:48.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:48 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:47.004180+0000 mgr.smithi161.xfxcne (mgr.14180) 960 : 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-01-18T08:33:48.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:48 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:33:47.309942+0000 mgr.smithi161.xfxcne (mgr.14180) 961 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:48.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:48 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:47.004180+0000 mgr.smithi161.xfxcne (mgr.14180) 960 : 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-01-18T08:33:48.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:48 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:33:47.309942+0000 mgr.smithi161.xfxcne (mgr.14180) 961 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:48.699 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:33:50.106 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:33:50.107 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:33:50.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:50 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:49.004759+0000 mgr.smithi161.xfxcne (mgr.14180) 962 : 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-01-18T08:33:50.455 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:50 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:49.004759+0000 mgr.smithi161.xfxcne (mgr.14180) 962 : 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-01-18T08:33:50.490 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:33:51.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:33:50.102795+0000 mgr.smithi161.xfxcne (mgr.14180) 963 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:51.491 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:33:51.524 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:33:50.102795+0000 mgr.smithi161.xfxcne (mgr.14180) 963 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:52.243 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:51.005473+0000 mgr.smithi161.xfxcne (mgr.14180) 964 : cluster [DBG] pgmap v571: 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-01-18T08:33:52.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:52 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:51.005473+0000 mgr.smithi161.xfxcne (mgr.14180) 964 : cluster [DBG] pgmap v571: 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-01-18T08:33:52.941 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:33:52.941 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:33:53.322 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:33:54.324 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:33:54.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:33:52.937779+0000 mgr.smithi161.xfxcne (mgr.14180) 965 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:54.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:53.006035+0000 mgr.smithi161.xfxcne (mgr.14180) 966 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:33:54.353 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:33:52.937779+0000 mgr.smithi161.xfxcne (mgr.14180) 965 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:54.353 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:53.006035+0000 mgr.smithi161.xfxcne (mgr.14180) 966 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:33:55.703 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:33:55.703 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:33:56.081 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:33:56.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:55.006758+0000 mgr.smithi161.xfxcne (mgr.14180) 967 : 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-01-18T08:33:56.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:55.006758+0000 mgr.smithi161.xfxcne (mgr.14180) 967 : 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-01-18T08:33:57.082 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:33:57.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:57 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:33:55.699394+0000 mgr.smithi161.xfxcne (mgr.14180) 968 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:57.414 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:57 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:33:55.699394+0000 mgr.smithi161.xfxcne (mgr.14180) 968 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:58.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:57.007260+0000 mgr.smithi161.xfxcne (mgr.14180) 969 : 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-01-18T08:33:58.485 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:33:58.485 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:33:58.510 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:57.007260+0000 mgr.smithi161.xfxcne (mgr.14180) 969 : 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-01-18T08:33:58.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:33:59.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:33:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:33:58.481674+0000 mgr.smithi161.xfxcne (mgr.14180) 970 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:59.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:33:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:33:58.481674+0000 mgr.smithi161.xfxcne (mgr.14180) 970 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:33:59.923 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:34:00.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:00 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:33:59.007897+0000 mgr.smithi161.xfxcne (mgr.14180) 971 : cluster [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-01-18T08:34:00.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:00 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:33:59.007897+0000 mgr.smithi161.xfxcne (mgr.14180) 971 : cluster [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-01-18T08:34:01.408 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:34:01.409 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:34:01.770 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:01 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:01.008534+0000 mgr.smithi161.xfxcne (mgr.14180) 972 : cluster [DBG] pgmap v576: 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-01-18T08:34:01.770 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:01 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:34:01.404658+0000 mgr.smithi161.xfxcne (mgr.14180) 973 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:01.789 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:34:02.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:01 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:01.008534+0000 mgr.smithi161.xfxcne (mgr.14180) 972 : cluster [DBG] pgmap v576: 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-01-18T08:34:02.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:01 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:34:01.404658+0000 mgr.smithi161.xfxcne (mgr.14180) 973 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:02.791 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:34:04.190 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:34:04.191 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:34:04.220 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:03.008999+0000 mgr.smithi161.xfxcne (mgr.14180) 974 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:34:04.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:04 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:03.008999+0000 mgr.smithi161.xfxcne (mgr.14180) 974 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:34:04.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:34:05.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:05 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:34:04.186297+0000 mgr.smithi161.xfxcne (mgr.14180) 975 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:05.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:05 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:34:04.186297+0000 mgr.smithi161.xfxcne (mgr.14180) 975 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:05.580 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:34:06.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:05.009534+0000 mgr.smithi161.xfxcne (mgr.14180) 976 : 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-01-18T08:34:06.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:06 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:05.009534+0000 mgr.smithi161.xfxcne (mgr.14180) 976 : 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-01-18T08:34:06.988 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:34:06.988 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:34:07.407 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:34:08.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:08 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:34:06.984664+0000 mgr.smithi161.xfxcne (mgr.14180) 977 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:08.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:08 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:07.010073+0000 mgr.smithi161.xfxcne (mgr.14180) 978 : 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-01-18T08:34:08.409 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:34:08.439 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:34:06.984664+0000 mgr.smithi161.xfxcne (mgr.14180) 977 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:08.439 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:07.010073+0000 mgr.smithi161.xfxcne (mgr.14180) 978 : 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-01-18T08:34:09.739 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:34:09.739 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:34:10.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:34:10.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:09.010743+0000 mgr.smithi161.xfxcne (mgr.14180) 979 : 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-01-18T08:34:10.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:09.010743+0000 mgr.smithi161.xfxcne (mgr.14180) 979 : 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-01-18T08:34:11.173 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:34:11.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:34:09.735645+0000 mgr.smithi161.xfxcne (mgr.14180) 980 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:11.505 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:34:09.735645+0000 mgr.smithi161.xfxcne (mgr.14180) 980 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:12.182 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:11.011369+0000 mgr.smithi161.xfxcne (mgr.14180) 981 : cluster [DBG] pgmap v581: 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-01-18T08:34:12.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:11.011369+0000 mgr.smithi161.xfxcne (mgr.14180) 981 : cluster [DBG] pgmap v581: 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-01-18T08:34:12.551 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:34:12.551 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:34:12.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:34:13.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:34:12.546988+0000 mgr.smithi161.xfxcne (mgr.14180) 982 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:13.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:34:12.546988+0000 mgr.smithi161.xfxcne (mgr.14180) 982 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:13.970 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:34:14.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:13.011792+0000 mgr.smithi161.xfxcne (mgr.14180) 983 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:34:14.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:13.011792+0000 mgr.smithi161.xfxcne (mgr.14180) 983 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:34:15.318 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:34:15.318 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:34:15.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:34:16.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:15.012456+0000 mgr.smithi161.xfxcne (mgr.14180) 984 : 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-01-18T08:34:16.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:34:15.314413+0000 mgr.smithi161.xfxcne (mgr.14180) 985 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:16.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:15.012456+0000 mgr.smithi161.xfxcne (mgr.14180) 984 : 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-01-18T08:34:16.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:34:15.314413+0000 mgr.smithi161.xfxcne (mgr.14180) 985 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:16.712 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:34:18.214 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:34:18.215 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:34:18.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:17.012897+0000 mgr.smithi161.xfxcne (mgr.14180) 986 : 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-01-18T08:34:18.381 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:17.012897+0000 mgr.smithi161.xfxcne (mgr.14180) 986 : 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-01-18T08:34:18.611 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:34:19.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:34:18.211096+0000 mgr.smithi161.xfxcne (mgr.14180) 987 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:19.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:34:18.211096+0000 mgr.smithi161.xfxcne (mgr.14180) 987 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:19.611 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:34:20.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:19.013542+0000 mgr.smithi161.xfxcne (mgr.14180) 988 : 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-01-18T08:34:20.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:19.013542+0000 mgr.smithi161.xfxcne (mgr.14180) 988 : 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-01-18T08:34:21.025 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:34:21.025 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:34:21.411 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:34:22.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:21.014004+0000 mgr.smithi161.xfxcne (mgr.14180) 989 : cluster [DBG] pgmap v586: 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-01-18T08:34:22.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:34:21.021669+0000 mgr.smithi161.xfxcne (mgr.14180) 990 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:22.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:21.014004+0000 mgr.smithi161.xfxcne (mgr.14180) 989 : cluster [DBG] pgmap v586: 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-01-18T08:34:22.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:34:21.021669+0000 mgr.smithi161.xfxcne (mgr.14180) 990 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:22.412 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:34:23.787 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:34:23.787 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:45.204476Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.siypuu on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-siypuu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.siypuu\nDeploy daemon haproxy.nfs.foo.smithi187.siypuu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:24:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:25:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:26:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.652382Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ziuvdl on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ziuvdl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ziuvdl\nDeploy daemon haproxy.nfs.foo.smithi161.ziuvdl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:27:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:27:59Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:28:37Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:14.653721Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.wdmumd on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:34:24.195 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:34:24.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:23.014605+0000 mgr.smithi161.xfxcne (mgr.14180) 991 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:34:24.363 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:23.014605+0000 mgr.smithi161.xfxcne (mgr.14180) 991 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:34:25.196 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:34:25.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:34:23.783020+0000 mgr.smithi161.xfxcne (mgr.14180) 992 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:25.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:34:24.720465+0000 mon.smithi161 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi161.ixqbai"}]: dispatch 2024-01-18T08:34:25.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:34:23.783020+0000 mgr.smithi161.xfxcne (mgr.14180) 992 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:25.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:34:24.720465+0000 mon.smithi161 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi161.ixqbai"}]: dispatch 2024-01-18T08:34:26.197 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:34:24.719845+0000 mgr.smithi161.xfxcne (mgr.14180) 993 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai 2024-01-18T08:34:26.197 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai 2024-01-18T08:34:26.197 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai 2024-01-18T08:34:26.197 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai 2024-01-18T08:34:26.197 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Deploy daemon haproxy.nfs.foo.smithi161.ixqbai ... 2024-01-18T08:34:26.198 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:34:26.198 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:34:26.198 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:32:32Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:34:26.198 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:33:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:34:26.198 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:33:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:34:26.198 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:34:26.198 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:34:26.198 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Traceback (most recent call last): 2024-01-18T08:34:26.198 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:34:26.198 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: yield (conn, connr) 2024-01-18T08:34:26.198 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:34:26.198 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: code, '\n'.join(err))) 2024-01-18T08:34:26.198 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 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-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai 2024-01-18T08:34:26.198 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai 2024-01-18T08:34:26.199 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai 2024-01-18T08:34:26.199 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai 2024-01-18T08:34:26.199 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Deploy daemon haproxy.nfs.foo.smithi161.ixqbai ... 2024-01-18T08:34:26.199 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:34:26.199 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:34:26.199 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:32:32Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:34:26.199 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:33:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:34:26.199 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:33:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:34:26.199 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:34:26.199 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:34:26.199 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:34:24.720113+0000 mgr.smithi161.xfxcne (mgr.14180) 994 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi161.ixqbai 2024-01-18T08:34:26.199 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:34:24.721085+0000 mgr.smithi161.xfxcne (mgr.14180) 995 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai 2024-01-18T08:34:26.199 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai 2024-01-18T08:34:26.199 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai 2024-01-18T08:34:26.200 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai 2024-01-18T08:34:26.200 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Deploy daemon haproxy.nfs.foo.smithi161.ixqbai ... 2024-01-18T08:34:26.200 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:34:26.200 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:34:26.200 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:32:32Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:34:26.200 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:33:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:34:26.200 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:33:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:34:26.200 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:34:26.200 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:34:26.200 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:34:24.722398+0000 mgr.smithi161.xfxcne (mgr.14180) 996 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:34:26.200 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:34:24.723424+0000 mgr.smithi161.xfxcne (mgr.14180) 997 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:34:26.200 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:24.724301+0000 mgr.smithi161.xfxcne (mgr.14180) 998 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-18T08:34:26.200 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:25.068603+0000 mon.smithi161 (mon.0) 691 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:34:26.201 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:34:25.309836+0000 mon.smithi161 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:34:26.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:34:24.719845+0000 mgr.smithi161.xfxcne (mgr.14180) 993 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai 2024-01-18T08:34:26.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai 2024-01-18T08:34:26.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai 2024-01-18T08:34:26.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai 2024-01-18T08:34:26.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Deploy daemon haproxy.nfs.foo.smithi161.ixqbai ... 2024-01-18T08:34:26.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:34:26.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:34:26.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:32:32Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:34:26.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:33:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:34:26.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:33:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:34:26.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:34:26.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:34:26.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Traceback (most recent call last): 2024-01-18T08:34:26.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:34:26.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: yield (conn, connr) 2024-01-18T08:34:26.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:34:26.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: code, '\n'.join(err))) 2024-01-18T08:34:26.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 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-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai 2024-01-18T08:34:26.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai 2024-01-18T08:34:26.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai 2024-01-18T08:34:26.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai 2024-01-18T08:34:26.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Deploy daemon haproxy.nfs.foo.smithi161.ixqbai ... 2024-01-18T08:34:26.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:34:26.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:34:26.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:32:32Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:34:26.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:33:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:34:26.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:33:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:34:26.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:34:26.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:34:26.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:34:24.720113+0000 mgr.smithi161.xfxcne (mgr.14180) 994 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi161.ixqbai 2024-01-18T08:34:26.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:34:24.721085+0000 mgr.smithi161.xfxcne (mgr.14180) 995 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai 2024-01-18T08:34:26.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai 2024-01-18T08:34:26.352 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai 2024-01-18T08:34:26.352 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai 2024-01-18T08:34:26.352 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Deploy daemon haproxy.nfs.foo.smithi161.ixqbai ... 2024-01-18T08:34:26.352 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:34:26.352 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:34:26.352 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:32:32Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:34:26.352 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:33:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:34:26.352 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:33:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:34:26.352 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:34:26.352 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:34:26.352 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:34:24.722398+0000 mgr.smithi161.xfxcne (mgr.14180) 996 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:34:26.352 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:34:24.723424+0000 mgr.smithi161.xfxcne (mgr.14180) 997 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:34:26.352 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:24.724301+0000 mgr.smithi161.xfxcne (mgr.14180) 998 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-18T08:34:26.352 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:25.068603+0000 mon.smithi161 (mon.0) 691 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:34:26.353 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:34:25.309836+0000 mon.smithi161 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:34:26.621 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:34:26.621 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:34:27.044 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:34:27.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:34:26.617610+0000 mgr.smithi161.xfxcne (mgr.14180) 999 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:27.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:34:26.617610+0000 mgr.smithi161.xfxcne (mgr.14180) 999 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:28.045 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:34:28.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:26.725078+0000 mgr.smithi161.xfxcne (mgr.14180) 1000 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-18T08:34:28.444 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:26.725078+0000 mgr.smithi161.xfxcne (mgr.14180) 1000 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-18T08:34:29.519 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:34:29.520 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:34:29.925 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:34:30.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:28.725664+0000 mgr.smithi161.xfxcne (mgr.14180) 1001 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-18T08:34:30.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:34:29.516318+0000 mgr.smithi161.xfxcne (mgr.14180) 1002 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:30.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:28.725664+0000 mgr.smithi161.xfxcne (mgr.14180) 1001 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-18T08:34:30.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:34:29.516318+0000 mgr.smithi161.xfxcne (mgr.14180) 1002 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:30.926 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:34:31.995 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:30.726355+0000 mgr.smithi161.xfxcne (mgr.14180) 1003 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-18T08:34:32.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:30.726355+0000 mgr.smithi161.xfxcne (mgr.14180) 1003 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-18T08:34:32.353 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:34:32.353 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:34:32.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:34:33.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:34:32.349166+0000 mgr.smithi161.xfxcne (mgr.14180) 1004 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:33.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:32 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:34:32.349166+0000 mgr.smithi161.xfxcne (mgr.14180) 1004 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:33.727 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:34:34.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:32.726882+0000 mgr.smithi161.xfxcne (mgr.14180) 1005 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-18T08:34:34.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:32.726882+0000 mgr.smithi161.xfxcne (mgr.14180) 1005 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-18T08:34:35.139 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:34:35.140 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:34:35.574 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:34:36.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:34.727806+0000 mgr.smithi161.xfxcne (mgr.14180) 1006 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-18T08:34:36.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:34:35.135840+0000 mgr.smithi161.xfxcne (mgr.14180) 1007 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:36.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:34.727806+0000 mgr.smithi161.xfxcne (mgr.14180) 1006 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-18T08:34:36.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:34:35.135840+0000 mgr.smithi161.xfxcne (mgr.14180) 1007 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:36.575 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:34:38.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:36.728367+0000 mgr.smithi161.xfxcne (mgr.14180) 1008 : 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-01-18T08:34:38.048 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:34:38.048 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:34:38.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:36.728367+0000 mgr.smithi161.xfxcne (mgr.14180) 1008 : 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-01-18T08:34:38.415 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:34:39.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:38 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:34:38.044123+0000 mgr.smithi161.xfxcne (mgr.14180) 1009 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:39.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:38 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:34:38.044123+0000 mgr.smithi161.xfxcne (mgr.14180) 1009 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:39.416 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:34:40.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:39 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:38.728991+0000 mgr.smithi161.xfxcne (mgr.14180) 1010 : 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-01-18T08:34:40.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:39 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:38.728991+0000 mgr.smithi161.xfxcne (mgr.14180) 1010 : 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-01-18T08:34:40.868 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:34:40.868 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:34:41.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:34:39.855392+0000 mon.smithi161 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:34:41.242 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:34:41.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:34:39.855392+0000 mon.smithi161 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:34:42.243 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:34:42.274 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:40.729577+0000 mgr.smithi161.xfxcne (mgr.14180) 1011 : cluster [DBG] pgmap v596: 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-01-18T08:34:42.274 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:34:40.864099+0000 mgr.smithi161.xfxcne (mgr.14180) 1012 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:42.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:40.729577+0000 mgr.smithi161.xfxcne (mgr.14180) 1011 : cluster [DBG] pgmap v596: 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-01-18T08:34:42.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:34:40.864099+0000 mgr.smithi161.xfxcne (mgr.14180) 1012 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:43.634 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:34:43.634 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:34:43.988 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:43 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:42.730147+0000 mgr.smithi161.xfxcne (mgr.14180) 1013 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:34:43.991 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:43 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:34:43.630430+0000 mgr.smithi161.xfxcne (mgr.14180) 1014 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:44.060 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:34:44.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:43 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:42.730147+0000 mgr.smithi161.xfxcne (mgr.14180) 1013 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:34:44.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:43 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:34:43.630430+0000 mgr.smithi161.xfxcne (mgr.14180) 1014 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:45.061 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:34:46.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:44.731108+0000 mgr.smithi161.xfxcne (mgr.14180) 1015 : 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-01-18T08:34:46.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:44.731108+0000 mgr.smithi161.xfxcne (mgr.14180) 1015 : 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-01-18T08:34:46.484 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:34:46.484 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:34:46.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:34:47.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:34:46.480347+0000 mgr.smithi161.xfxcne (mgr.14180) 1016 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:47.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:34:46.480347+0000 mgr.smithi161.xfxcne (mgr.14180) 1016 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:47.878 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:34:48.266 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:46.731645+0000 mgr.smithi161.xfxcne (mgr.14180) 1017 : 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-01-18T08:34:48.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:46.731645+0000 mgr.smithi161.xfxcne (mgr.14180) 1017 : 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-01-18T08:34:49.348 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:34:49.349 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:34:49.738 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:34:50.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:49 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:48.732183+0000 mgr.smithi161.xfxcne (mgr.14180) 1018 : 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-01-18T08:34:50.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:49 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:34:49.344971+0000 mgr.smithi161.xfxcne (mgr.14180) 1019 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:50.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:49 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:48.732183+0000 mgr.smithi161.xfxcne (mgr.14180) 1018 : 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-01-18T08:34:50.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:49 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:34:49.344971+0000 mgr.smithi161.xfxcne (mgr.14180) 1019 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:50.739 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:34:52.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:50.732852+0000 mgr.smithi161.xfxcne (mgr.14180) 1020 : cluster [DBG] pgmap v601: 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-01-18T08:34:52.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:50.732852+0000 mgr.smithi161.xfxcne (mgr.14180) 1020 : cluster [DBG] pgmap v601: 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-01-18T08:34:52.121 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:34:52.121 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:34:52.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:34:52.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:34:52.118315+0000 mgr.smithi161.xfxcne (mgr.14180) 1021 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:53.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:52 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:34:52.118315+0000 mgr.smithi161.xfxcne (mgr.14180) 1021 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:53.506 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:34:53.856 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:53 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:52.733405+0000 mgr.smithi161.xfxcne (mgr.14180) 1022 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:34:54.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:53 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:52.733405+0000 mgr.smithi161.xfxcne (mgr.14180) 1022 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:34:54.882 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:34:54.882 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:34:55.497 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:34:56.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:55 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:54.734024+0000 mgr.smithi161.xfxcne (mgr.14180) 1023 : 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-01-18T08:34:56.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:55 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:34:54.878697+0000 mgr.smithi161.xfxcne (mgr.14180) 1024 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:56.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:54.734024+0000 mgr.smithi161.xfxcne (mgr.14180) 1023 : 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-01-18T08:34:56.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:34:54.878697+0000 mgr.smithi161.xfxcne (mgr.14180) 1024 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:56.499 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:34:57.852 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:34:57.852 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:34:58.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:57 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:56.734561+0000 mgr.smithi161.xfxcne (mgr.14180) 1025 : 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-01-18T08:34:58.202 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:57 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:56.734561+0000 mgr.smithi161.xfxcne (mgr.14180) 1025 : 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-01-18T08:34:58.228 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:34:59.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:34:57.848874+0000 mgr.smithi161.xfxcne (mgr.14180) 1026 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:59.229 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:34:59.262 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:34:57.848874+0000 mgr.smithi161.xfxcne (mgr.14180) 1026 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:34:59.991 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:34:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:34:58.735143+0000 mgr.smithi161.xfxcne (mgr.14180) 1027 : 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-01-18T08:35:00.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:34:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:34:58.735143+0000 mgr.smithi161.xfxcne (mgr.14180) 1027 : 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-01-18T08:35:00.665 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:35:00.665 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:35:01.071 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:35:02.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:01 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:00.661668+0000 mgr.smithi161.xfxcne (mgr.14180) 1028 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:02.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:01 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:00.735817+0000 mgr.smithi161.xfxcne (mgr.14180) 1029 : cluster [DBG] pgmap v606: 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-01-18T08:35:02.072 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:35:02.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:01 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:00.661668+0000 mgr.smithi161.xfxcne (mgr.14180) 1028 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:02.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:01 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:00.735817+0000 mgr.smithi161.xfxcne (mgr.14180) 1029 : cluster [DBG] pgmap v606: 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-01-18T08:35:03.492 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:35:03.492 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:35:03.912 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:35:04.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:03 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:02.736335+0000 mgr.smithi161.xfxcne (mgr.14180) 1030 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:35:04.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:03 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:03.488683+0000 mgr.smithi161.xfxcne (mgr.14180) 1031 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:04.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:03 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:02.736335+0000 mgr.smithi161.xfxcne (mgr.14180) 1030 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:35:04.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:03 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:03.488683+0000 mgr.smithi161.xfxcne (mgr.14180) 1031 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:04.913 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:35:05.898 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:05 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:04.737133+0000 mgr.smithi161.xfxcne (mgr.14180) 1032 : 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-01-18T08:35:06.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:05 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:04.737133+0000 mgr.smithi161.xfxcne (mgr.14180) 1032 : 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-01-18T08:35:06.261 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:35:06.262 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:35:06.693 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:35:07.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:06.258539+0000 mgr.smithi161.xfxcne (mgr.14180) 1033 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:07.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:06 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:06.258539+0000 mgr.smithi161.xfxcne (mgr.14180) 1033 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:07.694 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:35:08.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:07 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:06.737683+0000 mgr.smithi161.xfxcne (mgr.14180) 1034 : 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-01-18T08:35:08.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:07 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:06.737683+0000 mgr.smithi161.xfxcne (mgr.14180) 1034 : 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-01-18T08:35:09.058 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:35:09.058 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:35:09.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:35:10.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:09 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:08.738351+0000 mgr.smithi161.xfxcne (mgr.14180) 1035 : 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-01-18T08:35:10.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:09 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:09.054720+0000 mgr.smithi161.xfxcne (mgr.14180) 1036 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:10.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:08.738351+0000 mgr.smithi161.xfxcne (mgr.14180) 1035 : 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-01-18T08:35:10.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:09.054720+0000 mgr.smithi161.xfxcne (mgr.14180) 1036 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:10.461 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:35:11.965 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:35:11.966 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:35:11.990 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:10.738994+0000 mgr.smithi161.xfxcne (mgr.14180) 1037 : cluster [DBG] pgmap v611: 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-01-18T08:35:12.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:10.738994+0000 mgr.smithi161.xfxcne (mgr.14180) 1037 : cluster [DBG] pgmap v611: 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-01-18T08:35:12.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:35:13.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:11.962200+0000 mgr.smithi161.xfxcne (mgr.14180) 1038 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:13.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:11.962200+0000 mgr.smithi161.xfxcne (mgr.14180) 1038 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:13.354 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:35:14.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:12.739688+0000 mgr.smithi161.xfxcne (mgr.14180) 1039 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:35:14.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:12.739688+0000 mgr.smithi161.xfxcne (mgr.14180) 1039 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:35:14.726 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:35:14.726 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:35:15.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:35:16.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:14.723235+0000 mgr.smithi161.xfxcne (mgr.14180) 1040 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:16.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:14.740301+0000 mgr.smithi161.xfxcne (mgr.14180) 1041 : 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-01-18T08:35:16.105 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:35:16.138 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:14.723235+0000 mgr.smithi161.xfxcne (mgr.14180) 1040 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:16.138 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:14.740301+0000 mgr.smithi161.xfxcne (mgr.14180) 1041 : 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-01-18T08:35:17.456 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:35:17.456 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:35:17.889 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:35:18.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:16.740836+0000 mgr.smithi161.xfxcne (mgr.14180) 1042 : 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-01-18T08:35:18.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:17.452282+0000 mgr.smithi161.xfxcne (mgr.14180) 1043 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:18.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:16.740836+0000 mgr.smithi161.xfxcne (mgr.14180) 1042 : 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-01-18T08:35:18.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:17.452282+0000 mgr.smithi161.xfxcne (mgr.14180) 1043 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:18.890 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:35:20.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:18.741590+0000 mgr.smithi161.xfxcne (mgr.14180) 1044 : 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-01-18T08:35:20.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:18.741590+0000 mgr.smithi161.xfxcne (mgr.14180) 1044 : 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-01-18T08:35:20.279 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:35:20.279 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:35:20.692 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:35:21.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:20.276005+0000 mgr.smithi161.xfxcne (mgr.14180) 1045 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:21.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:20.276005+0000 mgr.smithi161.xfxcne (mgr.14180) 1045 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:21.693 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:35:22.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:20.742214+0000 mgr.smithi161.xfxcne (mgr.14180) 1046 : cluster [DBG] pgmap v616: 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-01-18T08:35:22.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:20.742214+0000 mgr.smithi161.xfxcne (mgr.14180) 1046 : cluster [DBG] pgmap v616: 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-01-18T08:35:23.161 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:35:23.161 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:16.150092Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:16.150700Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:16.150236Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:16.150309Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:16.150375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:16.150439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:35:23.526 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:35:24.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:23 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:22.742969+0000 mgr.smithi161.xfxcne (mgr.14180) 1047 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:35:24.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:23 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:23.157471+0000 mgr.smithi161.xfxcne (mgr.14180) 1048 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:24.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:23 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:22.742969+0000 mgr.smithi161.xfxcne (mgr.14180) 1047 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:35:24.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:23 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:23.157471+0000 mgr.smithi161.xfxcne (mgr.14180) 1048 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:24.527 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:35:25.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:24.725895+0000 mon.smithi161 (mon.0) 694 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:35:25.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:24.725895+0000 mon.smithi161 (mon.0) 694 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:35:26.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:24.743639+0000 mgr.smithi161.xfxcne (mgr.14180) 1049 : 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-01-18T08:35:26.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:24.743639+0000 mgr.smithi161.xfxcne (mgr.14180) 1049 : 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-01-18T08:35:26.149 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:35:26.149 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:18.635252Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:18.635764Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:18.635121Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:18.634987Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:18.635372Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:18.635514Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:35:26.610 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:35:27.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:25.995440+0000 mon.smithi161 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:35:27.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:26.145360+0000 mgr.smithi161.xfxcne (mgr.14180) 1050 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:27.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:25.995440+0000 mon.smithi161 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:35:27.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:26.145360+0000 mgr.smithi161.xfxcne (mgr.14180) 1050 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:27.612 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:35:28.193 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:26.744328+0000 mgr.smithi161.xfxcne (mgr.14180) 1051 : 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-01-18T08:35:28.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:26.744328+0000 mgr.smithi161.xfxcne (mgr.14180) 1051 : 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-01-18T08:35:29.119 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:35:29.119 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:29:18.635189Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:29:18.635252Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:29:18.635312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:29:18.635764Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:29:18.635121Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:29:18.634987Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:29:18.635839Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:29:18.635372Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:29:18.635514Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:29:18.635431Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:35:29.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:35:30.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:28.744894+0000 mgr.smithi161.xfxcne (mgr.14180) 1052 : 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-01-18T08:35:30.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:29.115649+0000 mgr.smithi161.xfxcne (mgr.14180) 1053 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:30.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:29.252618+0000 mon.smithi161 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:35:30.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:29.636315+0000 mon.smithi161 (mon.0) 697 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:35:30.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:29.636968+0000 mon.smithi161 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:35:30.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:29.641147+0000 mon.smithi161 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:35:30.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:29.641646+0000 mgr.smithi161.xfxcne (mgr.14180) 1054 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-18T08:35:30.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:29.644566+0000 mon.smithi161 (mon.0) 700 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:35:30.526 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:29.650938+0000 mon.smithi161 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:35:30.593 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:35:30.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:28.744894+0000 mgr.smithi161.xfxcne (mgr.14180) 1052 : 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-01-18T08:35:30.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:29.115649+0000 mgr.smithi161.xfxcne (mgr.14180) 1053 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:30.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:29.252618+0000 mon.smithi161 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:35:30.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:29.636315+0000 mon.smithi161 (mon.0) 697 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:35:30.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:29.636968+0000 mon.smithi161 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:35:30.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:29.641147+0000 mon.smithi161 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:35:30.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:29.641646+0000 mgr.smithi161.xfxcne (mgr.14180) 1054 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-18T08:35:30.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:29.644566+0000 mon.smithi161 (mon.0) 700 : audit [DBG] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:35:30.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:29.650938+0000 mon.smithi161 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:35:31.514 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:35:29.652779+0000 mgr.smithi161.xfxcne (mgr.14180) 1055 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi187.rlpzzk on smithi187 2024-01-18T08:35:31.514 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:30.639550+0000 mon.smithi161 (mon.0) 702 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:35:31.514 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:30.639597+0000 mon.smithi161 (mon.0) 703 : cluster [INF] Cluster is now healthy 2024-01-18T08:35:31.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:35:29.652779+0000 mgr.smithi161.xfxcne (mgr.14180) 1055 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi187.rlpzzk on smithi187 2024-01-18T08:35:31.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:30.639550+0000 mon.smithi161 (mon.0) 702 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:35:31.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:30.639597+0000 mon.smithi161 (mon.0) 703 : cluster [INF] Cluster is now healthy 2024-01-18T08:35:32.158 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:35:32.158 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:35:32.513 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:31.642069+0000 mgr.smithi161.xfxcne (mgr.14180) 1056 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-18T08:35:32.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:35:32.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:32 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:31.642069+0000 mgr.smithi161.xfxcne (mgr.14180) 1056 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-18T08:35:33.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:32.154809+0000 mgr.smithi161.xfxcne (mgr.14180) 1057 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:33.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:32.154809+0000 mgr.smithi161.xfxcne (mgr.14180) 1057 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:33.599 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:35:34.525 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:33.642551+0000 mgr.smithi161.xfxcne (mgr.14180) 1058 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-18T08:35:34.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:34 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:33.642551+0000 mgr.smithi161.xfxcne (mgr.14180) 1058 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-18T08:35:35.083 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:35:35.084 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:35:35.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:35:36.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:35.080388+0000 mgr.smithi161.xfxcne (mgr.14180) 1059 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:36.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:35.643045+0000 mgr.smithi161.xfxcne (mgr.14180) 1060 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-18T08:35:36.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:35.080388+0000 mgr.smithi161.xfxcne (mgr.14180) 1059 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:36.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:35.643045+0000 mgr.smithi161.xfxcne (mgr.14180) 1060 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-18T08:35:36.457 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:35:37.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:37.643510+0000 mgr.smithi161.xfxcne (mgr.14180) 1061 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-18T08:35:37.849 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:35:37.849 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:35:38.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:37.643510+0000 mgr.smithi161.xfxcne (mgr.14180) 1061 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-18T08:35:38.240 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:35:39.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:38 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:37.846125+0000 mgr.smithi161.xfxcne (mgr.14180) 1062 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:39.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:38 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:37.846125+0000 mgr.smithi161.xfxcne (mgr.14180) 1062 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:39.241 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:35:39.952 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:39 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:39.644034+0000 mgr.smithi161.xfxcne (mgr.14180) 1063 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-18T08:35:40.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:39 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:39.644034+0000 mgr.smithi161.xfxcne (mgr.14180) 1063 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-18T08:35:40.632 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:35:40.632 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:35:40.954 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:39.856357+0000 mon.smithi161 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:35:40.954 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:40.628218+0000 mgr.smithi161.xfxcne (mgr.14180) 1064 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:41.023 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:35:41.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:39.856357+0000 mon.smithi161 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' 2024-01-18T08:35:41.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:40.628218+0000 mgr.smithi161.xfxcne (mgr.14180) 1064 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:42.024 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:35:42.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:41.644448+0000 mgr.smithi161.xfxcne (mgr.14180) 1065 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:35:42.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:41.644448+0000 mgr.smithi161.xfxcne (mgr.14180) 1065 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:35:43.467 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:35:43.468 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:35:43.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:43 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:43.463936+0000 mgr.smithi161.xfxcne (mgr.14180) 1066 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:43.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:43 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:43.644856+0000 mgr.smithi161.xfxcne (mgr.14180) 1067 : 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-01-18T08:35:43.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:35:44.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:43 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:43.463936+0000 mgr.smithi161.xfxcne (mgr.14180) 1066 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:44.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:43 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:43.644856+0000 mgr.smithi161.xfxcne (mgr.14180) 1067 : 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-01-18T08:35:44.889 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:35:45.967 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:45.645560+0000 mgr.smithi161.xfxcne (mgr.14180) 1068 : 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-01-18T08:35:46.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:45.645560+0000 mgr.smithi161.xfxcne (mgr.14180) 1068 : 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-01-18T08:35:46.330 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:35:46.331 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:35:46.714 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:35:47.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:46.327228+0000 mgr.smithi161.xfxcne (mgr.14180) 1069 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:47.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:46.327228+0000 mgr.smithi161.xfxcne (mgr.14180) 1069 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:47.716 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:35:48.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:47.645983+0000 mgr.smithi161.xfxcne (mgr.14180) 1070 : 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-01-18T08:35:48.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:47.645983+0000 mgr.smithi161.xfxcne (mgr.14180) 1070 : 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-01-18T08:35:49.098 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:35:49.098 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:35:49.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:35:50.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:49 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:49.093983+0000 mgr.smithi161.xfxcne (mgr.14180) 1071 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:50.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:49 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:49.646524+0000 mgr.smithi161.xfxcne (mgr.14180) 1072 : cluster [DBG] pgmap v631: 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-01-18T08:35:50.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:49 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:49.093983+0000 mgr.smithi161.xfxcne (mgr.14180) 1071 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:50.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:49 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:49.646524+0000 mgr.smithi161.xfxcne (mgr.14180) 1072 : cluster [DBG] pgmap v631: 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-01-18T08:35:50.505 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:35:51.944 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:35:51.944 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:35:51.969 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:51.646967+0000 mgr.smithi161.xfxcne (mgr.14180) 1073 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:35:52.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:51.646967+0000 mgr.smithi161.xfxcne (mgr.14180) 1073 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:35:52.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:35:53.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:51.940596+0000 mgr.smithi161.xfxcne (mgr.14180) 1074 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:53.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:52 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:51.940596+0000 mgr.smithi161.xfxcne (mgr.14180) 1074 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:53.404 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:35:54.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:53 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:53.647407+0000 mgr.smithi161.xfxcne (mgr.14180) 1075 : 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-01-18T08:35:54.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:53 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:53.647407+0000 mgr.smithi161.xfxcne (mgr.14180) 1075 : 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-01-18T08:35:54.800 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:35:54.800 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:35:55.186 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:35:56.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:54.796618+0000 mgr.smithi161.xfxcne (mgr.14180) 1076 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:56.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:55.647905+0000 mgr.smithi161.xfxcne (mgr.14180) 1077 : 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-01-18T08:35:56.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:55 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:54.796618+0000 mgr.smithi161.xfxcne (mgr.14180) 1076 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:56.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:55 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:55.647905+0000 mgr.smithi161.xfxcne (mgr.14180) 1077 : 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-01-18T08:35:56.186 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:35:57.648 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:35:57.648 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:35:58.009 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:57 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:35:57.644463+0000 mgr.smithi161.xfxcne (mgr.14180) 1078 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:58.009 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:57 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:57.648315+0000 mgr.smithi161.xfxcne (mgr.14180) 1079 : 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-01-18T08:35:58.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:35:58.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:57 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:35:57.644463+0000 mgr.smithi161.xfxcne (mgr.14180) 1078 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:35:58.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:57 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:57.648315+0000 mgr.smithi161.xfxcne (mgr.14180) 1079 : 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-01-18T08:35:59.045 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:36:00.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:35:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:35:59.648848+0000 mgr.smithi161.xfxcne (mgr.14180) 1080 : cluster [DBG] pgmap v636: 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-01-18T08:36:00.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:35:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:35:59.648848+0000 mgr.smithi161.xfxcne (mgr.14180) 1080 : cluster [DBG] pgmap v636: 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-01-18T08:36:00.446 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:36:00.446 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:36:00.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:00 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:36:00.442815+0000 mgr.smithi161.xfxcne (mgr.14180) 1081 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:00.836 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:36:01.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:00 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:36:00.442815+0000 mgr.smithi161.xfxcne (mgr.14180) 1081 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:01.837 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:36:02.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:01 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:01.649466+0000 mgr.smithi161.xfxcne (mgr.14180) 1082 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:36:02.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:01 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:01.649466+0000 mgr.smithi161.xfxcne (mgr.14180) 1082 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:36:03.309 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:36:03.310 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:36:03.693 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:36:04.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:03 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:36:03.305874+0000 mgr.smithi161.xfxcne (mgr.14180) 1083 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:04.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:03 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:03.650018+0000 mgr.smithi161.xfxcne (mgr.14180) 1084 : 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-01-18T08:36:04.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:03 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:36:03.305874+0000 mgr.smithi161.xfxcne (mgr.14180) 1083 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:04.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:03 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:03.650018+0000 mgr.smithi161.xfxcne (mgr.14180) 1084 : 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-01-18T08:36:04.695 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:36:06.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:05 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:05.650422+0000 mgr.smithi161.xfxcne (mgr.14180) 1085 : 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-01-18T08:36:06.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:05 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:05.650422+0000 mgr.smithi161.xfxcne (mgr.14180) 1085 : 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-01-18T08:36:06.139 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:36:06.139 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:36:06.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:36:06.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:36:06.134677+0000 mgr.smithi161.xfxcne (mgr.14180) 1086 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:07.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:06 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:36:06.134677+0000 mgr.smithi161.xfxcne (mgr.14180) 1086 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:07.528 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:36:07.869 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:07 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:07.650786+0000 mgr.smithi161.xfxcne (mgr.14180) 1087 : 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-01-18T08:36:08.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:07 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:07.650786+0000 mgr.smithi161.xfxcne (mgr.14180) 1087 : 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-01-18T08:36:08.938 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:36:08.938 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:36:09.310 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:36:10.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:36:08.934461+0000 mgr.smithi161.xfxcne (mgr.14180) 1088 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:10.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:09.651325+0000 mgr.smithi161.xfxcne (mgr.14180) 1089 : cluster [DBG] pgmap v641: 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-01-18T08:36:10.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:09 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:36:08.934461+0000 mgr.smithi161.xfxcne (mgr.14180) 1088 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:10.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:09 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:09.651325+0000 mgr.smithi161.xfxcne (mgr.14180) 1089 : cluster [DBG] pgmap v641: 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-01-18T08:36:10.311 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:36:11.714 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:36:11.714 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:36:12.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:11 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:11.651748+0000 mgr.smithi161.xfxcne (mgr.14180) 1090 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:36:12.093 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:36:12.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:11 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:11.651748+0000 mgr.smithi161.xfxcne (mgr.14180) 1090 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:36:13.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:36:11.710206+0000 mgr.smithi161.xfxcne (mgr.14180) 1091 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:13.094 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:36:13.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:36:11.710206+0000 mgr.smithi161.xfxcne (mgr.14180) 1091 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:13.991 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:13.652373+0000 mgr.smithi161.xfxcne (mgr.14180) 1092 : 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-01-18T08:36:14.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:13.652373+0000 mgr.smithi161.xfxcne (mgr.14180) 1092 : 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-01-18T08:36:14.490 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:36:14.490 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:36:14.951 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:36:15.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:36:14.486334+0000 mgr.smithi161.xfxcne (mgr.14180) 1093 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:15.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:36:14.486334+0000 mgr.smithi161.xfxcne (mgr.14180) 1093 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:15.952 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:36:15.983 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:15.653090+0000 mgr.smithi161.xfxcne (mgr.14180) 1094 : 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-01-18T08:36:16.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:15.653090+0000 mgr.smithi161.xfxcne (mgr.14180) 1094 : 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-01-18T08:36:17.325 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:36:17.325 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:36:17.719 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:36:18.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:36:17.321619+0000 mgr.smithi161.xfxcne (mgr.14180) 1095 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:18.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:17 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:17.653722+0000 mgr.smithi161.xfxcne (mgr.14180) 1096 : 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-01-18T08:36:18.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:36:17.321619+0000 mgr.smithi161.xfxcne (mgr.14180) 1095 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:18.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:17 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:17.653722+0000 mgr.smithi161.xfxcne (mgr.14180) 1096 : 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-01-18T08:36:18.720 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:36:19.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:19.654267+0000 mgr.smithi161.xfxcne (mgr.14180) 1097 : cluster [DBG] pgmap v646: 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-01-18T08:36:20.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:19.654267+0000 mgr.smithi161.xfxcne (mgr.14180) 1097 : cluster [DBG] pgmap v646: 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-01-18T08:36:20.213 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:36:20.213 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:36:20.599 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:36:21.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:36:20.209637+0000 mgr.smithi161.xfxcne (mgr.14180) 1098 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:21.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:36:20.209637+0000 mgr.smithi161.xfxcne (mgr.14180) 1098 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:21.601 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:36:21.934 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:21 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:21.654760+0000 mgr.smithi161.xfxcne (mgr.14180) 1099 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:36:22.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:21 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:21.654760+0000 mgr.smithi161.xfxcne (mgr.14180) 1099 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:36:22.983 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:36:22.983 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:36:23.366 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:36:24.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:23 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:36:22.979719+0000 mgr.smithi161.xfxcne (mgr.14180) 1100 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:24.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:23 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:23.655298+0000 mgr.smithi161.xfxcne (mgr.14180) 1101 : 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-01-18T08:36:24.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:23 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:36:22.979719+0000 mgr.smithi161.xfxcne (mgr.14180) 1100 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:24.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:23 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:23.655298+0000 mgr.smithi161.xfxcne (mgr.14180) 1101 : 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-01-18T08:36:24.366 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:36:25.740 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:36:25.740 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:36:25.969 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:25 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:25.655780+0000 mgr.smithi161.xfxcne (mgr.14180) 1102 : 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-01-18T08:36:26.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:25 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:25.655780+0000 mgr.smithi161.xfxcne (mgr.14180) 1102 : 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-01-18T08:36:26.164 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:36:27.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:36:25.736773+0000 mgr.smithi161.xfxcne (mgr.14180) 1103 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:27.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:36:25.736773+0000 mgr.smithi161.xfxcne (mgr.14180) 1103 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:27.167 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:36:27.775 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:27.656266+0000 mgr.smithi161.xfxcne (mgr.14180) 1104 : 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-01-18T08:36:28.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:27.656266+0000 mgr.smithi161.xfxcne (mgr.14180) 1104 : 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-01-18T08:36:28.502 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:36:28.502 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:36:28.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:36:28.498727+0000 mgr.smithi161.xfxcne (mgr.14180) 1105 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:28.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:36:29.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:36:28.498727+0000 mgr.smithi161.xfxcne (mgr.14180) 1105 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:29.942 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:36:29.977 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:29 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:29.657025+0000 mgr.smithi161.xfxcne (mgr.14180) 1106 : cluster [DBG] pgmap v651: 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-01-18T08:36:30.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:29 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:29.657025+0000 mgr.smithi161.xfxcne (mgr.14180) 1106 : cluster [DBG] pgmap v651: 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-01-18T08:36:31.326 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:36:31.326 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:36:31.715 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:36:32.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:36:31.322148+0000 mgr.smithi161.xfxcne (mgr.14180) 1107 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:32.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:31 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:31.657710+0000 mgr.smithi161.xfxcne (mgr.14180) 1108 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:36:32.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:36:31.322148+0000 mgr.smithi161.xfxcne (mgr.14180) 1107 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:32.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:31 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:31.657710+0000 mgr.smithi161.xfxcne (mgr.14180) 1108 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:36:32.716 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:36:33.884 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:33.658127+0000 mgr.smithi161.xfxcne (mgr.14180) 1109 : 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-01-18T08:36:34.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:33.658127+0000 mgr.smithi161.xfxcne (mgr.14180) 1109 : 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-01-18T08:36:34.245 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:36:34.245 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:36:34.615 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:36:35.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:36:34.241702+0000 mgr.smithi161.xfxcne (mgr.14180) 1110 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:35.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:34 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:36:34.241702+0000 mgr.smithi161.xfxcne (mgr.14180) 1110 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:35.615 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:36:35.956 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:35 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:35.658680+0000 mgr.smithi161.xfxcne (mgr.14180) 1111 : 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-01-18T08:36:36.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:35 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:35.658680+0000 mgr.smithi161.xfxcne (mgr.14180) 1111 : 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-01-18T08:36:37.030 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:36:37.030 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:36:37.405 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:36:38.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:36:37.025651+0000 mgr.smithi161.xfxcne (mgr.14180) 1112 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:38.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:37 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:37.659053+0000 mgr.smithi161.xfxcne (mgr.14180) 1113 : 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-01-18T08:36:38.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:36:37.025651+0000 mgr.smithi161.xfxcne (mgr.14180) 1112 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:38.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:37 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:37.659053+0000 mgr.smithi161.xfxcne (mgr.14180) 1113 : 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-01-18T08:36:38.406 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:36:39.758 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:36:39.758 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:36:39.975 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:39 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:39.659707+0000 mgr.smithi161.xfxcne (mgr.14180) 1114 : cluster [DBG] pgmap v656: 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-01-18T08:36:40.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:39 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:39.659707+0000 mgr.smithi161.xfxcne (mgr.14180) 1114 : cluster [DBG] pgmap v656: 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-01-18T08:36:40.174 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:36:41.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:36:39.754606+0000 mgr.smithi161.xfxcne (mgr.14180) 1115 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:41.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:36:39.754606+0000 mgr.smithi161.xfxcne (mgr.14180) 1115 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:41.175 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:36:41.776 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:41.660196+0000 mgr.smithi161.xfxcne (mgr.14180) 1116 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:36:42.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:41.660196+0000 mgr.smithi161.xfxcne (mgr.14180) 1116 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:36:42.524 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:36:42.524 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:36:42.861 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:36:42.521143+0000 mgr.smithi161.xfxcne (mgr.14180) 1117 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:42.946 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:36:43.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:36:42.521143+0000 mgr.smithi161.xfxcne (mgr.14180) 1117 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:43.947 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:36:44.908 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:44 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:43.660657+0000 mgr.smithi161.xfxcne (mgr.14180) 1118 : 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-01-18T08:36:45.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:44 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:43.660657+0000 mgr.smithi161.xfxcne (mgr.14180) 1118 : 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-01-18T08:36:45.294 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:36:45.294 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:36:45.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:36:46.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:45 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:36:45.291051+0000 mgr.smithi161.xfxcne (mgr.14180) 1119 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:46.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:45 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:36:45.291051+0000 mgr.smithi161.xfxcne (mgr.14180) 1119 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:46.705 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:36:47.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:45.661157+0000 mgr.smithi161.xfxcne (mgr.14180) 1120 : 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-01-18T08:36:47.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:45.661157+0000 mgr.smithi161.xfxcne (mgr.14180) 1120 : 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-01-18T08:36:48.186 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:36:48.186 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:36:48.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:36:49.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:48 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:47.661536+0000 mgr.smithi161.xfxcne (mgr.14180) 1121 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:36:49.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:48 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:36:48.182622+0000 mgr.smithi161.xfxcne (mgr.14180) 1122 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:49.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:48 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:47.661536+0000 mgr.smithi161.xfxcne (mgr.14180) 1121 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:36:49.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:48 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:36:48.182622+0000 mgr.smithi161.xfxcne (mgr.14180) 1122 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:49.547 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:36:50.989 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:36:50.990 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:36:51.009 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:50 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:49.662030+0000 mgr.smithi161.xfxcne (mgr.14180) 1123 : cluster [DBG] pgmap v661: 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-01-18T08:36:51.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:50 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:49.662030+0000 mgr.smithi161.xfxcne (mgr.14180) 1123 : cluster [DBG] pgmap v661: 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-01-18T08:36:51.377 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:36:52.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:51 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:36:50.985843+0000 mgr.smithi161.xfxcne (mgr.14180) 1124 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:52.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:51 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:36:50.985843+0000 mgr.smithi161.xfxcne (mgr.14180) 1124 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:52.377 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:36:53.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:51.662446+0000 mgr.smithi161.xfxcne (mgr.14180) 1125 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:36:53.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:52 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:51.662446+0000 mgr.smithi161.xfxcne (mgr.14180) 1125 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:36:53.808 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:36:53.808 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:36:54.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:36:55.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:53.662864+0000 mgr.smithi161.xfxcne (mgr.14180) 1126 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:36:55.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:36:53.804555+0000 mgr.smithi161.xfxcne (mgr.14180) 1127 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:55.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:53.662864+0000 mgr.smithi161.xfxcne (mgr.14180) 1126 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:36:55.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:36:53.804555+0000 mgr.smithi161.xfxcne (mgr.14180) 1127 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:55.236 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:36:56.619 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:36:56.619 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:36:56.917 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:55.663530+0000 mgr.smithi161.xfxcne (mgr.14180) 1128 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:36:56.917 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:36:56.615357+0000 mgr.smithi161.xfxcne (mgr.14180) 1129 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:57.002 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:36:57.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:55.663530+0000 mgr.smithi161.xfxcne (mgr.14180) 1128 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:36:57.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:36:56.615357+0000 mgr.smithi161.xfxcne (mgr.14180) 1129 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:36:58.003 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:36:59.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:57.664064+0000 mgr.smithi161.xfxcne (mgr.14180) 1130 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:36:59.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:57.664064+0000 mgr.smithi161.xfxcne (mgr.14180) 1130 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:36:59.474 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:36:59.474 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:36:59.852 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:37:00.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:36:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:36:59.470690+0000 mgr.smithi161.xfxcne (mgr.14180) 1131 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:00.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:36:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:36:59.470690+0000 mgr.smithi161.xfxcne (mgr.14180) 1131 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:00.853 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:37:01.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:00 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:36:59.664572+0000 mgr.smithi161.xfxcne (mgr.14180) 1132 : cluster [DBG] pgmap v666: 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-01-18T08:37:01.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:00 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:36:59.664572+0000 mgr.smithi161.xfxcne (mgr.14180) 1132 : cluster [DBG] pgmap v666: 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-01-18T08:37:02.261 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:37:02.261 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:37:02.659 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:37:03.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:02 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:01.664935+0000 mgr.smithi161.xfxcne (mgr.14180) 1133 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:37:03.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:02 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:37:02.258106+0000 mgr.smithi161.xfxcne (mgr.14180) 1134 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:03.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:02 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:01.664935+0000 mgr.smithi161.xfxcne (mgr.14180) 1133 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:37:03.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:02 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:37:02.258106+0000 mgr.smithi161.xfxcne (mgr.14180) 1134 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:03.661 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:37:05.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:03.665432+0000 mgr.smithi161.xfxcne (mgr.14180) 1135 : 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-01-18T08:37:05.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:04 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:03.665432+0000 mgr.smithi161.xfxcne (mgr.14180) 1135 : 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-01-18T08:37:05.107 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:37:05.107 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:37:05.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:37:06.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:05 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:37:05.102991+0000 mgr.smithi161.xfxcne (mgr.14180) 1136 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:06.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:05 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:37:05.102991+0000 mgr.smithi161.xfxcne (mgr.14180) 1136 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:06.543 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:37:06.893 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:05.665876+0000 mgr.smithi161.xfxcne (mgr.14180) 1137 : 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-01-18T08:37:07.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:06 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:05.665876+0000 mgr.smithi161.xfxcne (mgr.14180) 1137 : 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-01-18T08:37:07.895 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:37:07.895 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:37:08.236 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:37:09.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:08 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:07.666269+0000 mgr.smithi161.xfxcne (mgr.14180) 1138 : 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-01-18T08:37:09.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:08 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:37:07.891355+0000 mgr.smithi161.xfxcne (mgr.14180) 1139 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:09.237 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:37:09.269 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:07.666269+0000 mgr.smithi161.xfxcne (mgr.14180) 1138 : 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-01-18T08:37:09.269 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:37:07.891355+0000 mgr.smithi161.xfxcne (mgr.14180) 1139 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:10.615 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:37:10.615 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:37:10.948 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:09.666779+0000 mgr.smithi161.xfxcne (mgr.14180) 1140 : cluster [DBG] pgmap v671: 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-01-18T08:37:10.948 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:37:10.611817+0000 mgr.smithi161.xfxcne (mgr.14180) 1141 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:11.033 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:37:11.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:09.666779+0000 mgr.smithi161.xfxcne (mgr.14180) 1140 : cluster [DBG] pgmap v671: 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-01-18T08:37:11.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:37:10.611817+0000 mgr.smithi161.xfxcne (mgr.14180) 1141 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:12.034 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:37:13.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:11.667246+0000 mgr.smithi161.xfxcne (mgr.14180) 1142 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:37:13.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:11.667246+0000 mgr.smithi161.xfxcne (mgr.14180) 1142 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:37:13.417 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:37:13.417 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:37:13.799 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:37:14.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:13 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:37:13.413389+0000 mgr.smithi161.xfxcne (mgr.14180) 1143 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:14.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:13 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:37:13.413389+0000 mgr.smithi161.xfxcne (mgr.14180) 1143 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:14.801 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:37:15.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:13.667671+0000 mgr.smithi161.xfxcne (mgr.14180) 1144 : 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-01-18T08:37:15.184 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:13.667671+0000 mgr.smithi161.xfxcne (mgr.14180) 1144 : 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-01-18T08:37:16.225 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:37:16.225 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:37:16.615 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:37:17.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:15.668305+0000 mgr.smithi161.xfxcne (mgr.14180) 1145 : 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-01-18T08:37:17.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:37:16.221800+0000 mgr.smithi161.xfxcne (mgr.14180) 1146 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:17.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:15.668305+0000 mgr.smithi161.xfxcne (mgr.14180) 1145 : 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-01-18T08:37:17.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:37:16.221800+0000 mgr.smithi161.xfxcne (mgr.14180) 1146 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:17.616 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:37:19.000 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:37:19.000 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:37:19.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:17.668741+0000 mgr.smithi161.xfxcne (mgr.14180) 1147 : 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-01-18T08:37:19.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:17.668741+0000 mgr.smithi161.xfxcne (mgr.14180) 1147 : 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-01-18T08:37:19.398 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:37:20.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:19 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:37:18.996936+0000 mgr.smithi161.xfxcne (mgr.14180) 1148 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:20.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:37:18.996936+0000 mgr.smithi161.xfxcne (mgr.14180) 1148 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:20.399 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:37:21.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:20 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:19.669253+0000 mgr.smithi161.xfxcne (mgr.14180) 1149 : cluster [DBG] pgmap v676: 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-01-18T08:37:21.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:19.669253+0000 mgr.smithi161.xfxcne (mgr.14180) 1149 : cluster [DBG] pgmap v676: 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-01-18T08:37:21.819 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:37:21.819 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:37:22.206 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:37:23.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:21.669639+0000 mgr.smithi161.xfxcne (mgr.14180) 1150 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:37:23.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:22 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:37:21.815114+0000 mgr.smithi161.xfxcne (mgr.14180) 1151 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:23.207 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:37:23.240 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:21.669639+0000 mgr.smithi161.xfxcne (mgr.14180) 1150 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:37:23.240 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:22 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:37:21.815114+0000 mgr.smithi161.xfxcne (mgr.14180) 1151 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:24.599 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:37:24.599 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:37:24.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:23.670228+0000 mgr.smithi161.xfxcne (mgr.14180) 1152 : 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-01-18T08:37:24.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:24 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:37:24.595206+0000 mgr.smithi161.xfxcne (mgr.14180) 1153 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:25.022 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:37:25.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:23.670228+0000 mgr.smithi161.xfxcne (mgr.14180) 1152 : 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-01-18T08:37:25.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:24 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:37:24.595206+0000 mgr.smithi161.xfxcne (mgr.14180) 1153 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:26.023 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:37:27.001 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:26 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:25.670761+0000 mgr.smithi161.xfxcne (mgr.14180) 1154 : 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-01-18T08:37:27.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:26 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:25.670761+0000 mgr.smithi161.xfxcne (mgr.14180) 1154 : 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-01-18T08:37:27.391 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:37:27.391 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:37:27.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:37:28.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:27 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:37:27.387793+0000 mgr.smithi161.xfxcne (mgr.14180) 1155 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:28.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:27 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:37:27.387793+0000 mgr.smithi161.xfxcne (mgr.14180) 1155 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:28.781 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:37:29.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:28 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:27.671164+0000 mgr.smithi161.xfxcne (mgr.14180) 1156 : 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-01-18T08:37:29.149 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:28 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:27.671164+0000 mgr.smithi161.xfxcne (mgr.14180) 1156 : 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-01-18T08:37:30.266 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:37:30.266 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:37:30.664 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:37:31.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:29.671656+0000 mgr.smithi161.xfxcne (mgr.14180) 1157 : cluster [DBG] pgmap v681: 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-01-18T08:37:31.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:30 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:37:30.262507+0000 mgr.smithi161.xfxcne (mgr.14180) 1158 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:31.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:29.671656+0000 mgr.smithi161.xfxcne (mgr.14180) 1157 : cluster [DBG] pgmap v681: 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-01-18T08:37:31.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:30 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:37:30.262507+0000 mgr.smithi161.xfxcne (mgr.14180) 1158 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:31.665 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:37:33.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:32 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:31.672048+0000 mgr.smithi161.xfxcne (mgr.14180) 1159 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:37:33.074 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:37:33.074 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:37:33.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:32 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:31.672048+0000 mgr.smithi161.xfxcne (mgr.14180) 1159 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:37:33.506 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:37:34.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:33 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:37:33.071275+0000 mgr.smithi161.xfxcne (mgr.14180) 1160 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:34.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:33 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:37:33.071275+0000 mgr.smithi161.xfxcne (mgr.14180) 1160 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:34.506 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:37:35.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:34 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:33.672613+0000 mgr.smithi161.xfxcne (mgr.14180) 1161 : 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-01-18T08:37:35.200 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:34 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:33.672613+0000 mgr.smithi161.xfxcne (mgr.14180) 1161 : 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-01-18T08:37:35.888 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:37:35.888 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:37:36.310 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:37:37.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:35.673042+0000 mgr.smithi161.xfxcne (mgr.14180) 1162 : 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-01-18T08:37:37.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:36 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:37:35.884128+0000 mgr.smithi161.xfxcne (mgr.14180) 1163 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:37.311 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:37:37.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:35.673042+0000 mgr.smithi161.xfxcne (mgr.14180) 1162 : 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-01-18T08:37:37.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:36 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:37:35.884128+0000 mgr.smithi161.xfxcne (mgr.14180) 1163 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:38.782 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:37:38.782 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:37:39.128 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:38 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:37.673599+0000 mgr.smithi161.xfxcne (mgr.14180) 1164 : 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-01-18T08:37:39.180 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:37:39.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:38 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:37.673599+0000 mgr.smithi161.xfxcne (mgr.14180) 1164 : 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-01-18T08:37:40.180 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:37:40.213 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:39 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:37:38.779130+0000 mgr.smithi161.xfxcne (mgr.14180) 1165 : audit [DBG] from='client.16206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:40.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:39 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:37:38.779130+0000 mgr.smithi161.xfxcne (mgr.14180) 1165 : audit [DBG] from='client.16206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:41.215 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:40 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:39.674122+0000 mgr.smithi161.xfxcne (mgr.14180) 1166 : cluster [DBG] pgmap v686: 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-01-18T08:37:41.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:40 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:39.674122+0000 mgr.smithi161.xfxcne (mgr.14180) 1166 : cluster [DBG] pgmap v686: 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-01-18T08:37:41.598 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:37:41.598 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:37:41.971 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:37:42.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:41 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:37:41.594867+0000 mgr.smithi161.xfxcne (mgr.14180) 1167 : audit [DBG] from='client.16210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:42.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:41 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:37:41.594867+0000 mgr.smithi161.xfxcne (mgr.14180) 1167 : audit [DBG] from='client.16210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:42.971 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:37:43.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:42 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:41.674558+0000 mgr.smithi161.xfxcne (mgr.14180) 1168 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:37:43.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:42 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:41.674558+0000 mgr.smithi161.xfxcne (mgr.14180) 1168 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:37:44.352 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:37:44.353 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:37:44.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:37:45.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:44 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:43.675153+0000 mgr.smithi161.xfxcne (mgr.14180) 1169 : 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-01-18T08:37:45.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:44 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:37:44.349320+0000 mgr.smithi161.xfxcne (mgr.14180) 1170 : audit [DBG] from='client.16214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:45.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:44 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:43.675153+0000 mgr.smithi161.xfxcne (mgr.14180) 1169 : 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-01-18T08:37:45.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:44 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:37:44.349320+0000 mgr.smithi161.xfxcne (mgr.14180) 1170 : audit [DBG] from='client.16214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:45.768 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:37:47.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:46 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:45.675921+0000 mgr.smithi161.xfxcne (mgr.14180) 1171 : 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-01-18T08:37:47.165 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:37:47.166 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:37:47.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:46 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:45.675921+0000 mgr.smithi161.xfxcne (mgr.14180) 1171 : 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-01-18T08:37:47.560 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:37:48.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:47 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:37:47.161888+0000 mgr.smithi161.xfxcne (mgr.14180) 1172 : audit [DBG] from='client.16218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:48.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:47 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:37:47.161888+0000 mgr.smithi161.xfxcne (mgr.14180) 1172 : audit [DBG] from='client.16218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:48.562 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:37:49.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:48 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:47.676420+0000 mgr.smithi161.xfxcne (mgr.14180) 1173 : 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-01-18T08:37:49.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:48 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:47.676420+0000 mgr.smithi161.xfxcne (mgr.14180) 1173 : 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-01-18T08:37:50.026 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:37:50.026 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:37:50.404 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:37:51.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:50 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:49.677169+0000 mgr.smithi161.xfxcne (mgr.14180) 1174 : cluster [DBG] pgmap v691: 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-01-18T08:37:51.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:50 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:37:50.022998+0000 mgr.smithi161.xfxcne (mgr.14180) 1175 : audit [DBG] from='client.16222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:51.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:50 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:49.677169+0000 mgr.smithi161.xfxcne (mgr.14180) 1174 : cluster [DBG] pgmap v691: 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-01-18T08:37:51.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:50 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:37:50.022998+0000 mgr.smithi161.xfxcne (mgr.14180) 1175 : audit [DBG] from='client.16222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:51.405 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:37:52.819 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:37:52.819 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:37:53.158 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:52 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:51.677826+0000 mgr.smithi161.xfxcne (mgr.14180) 1176 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:37:53.203 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:37:53.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:52 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:51.677826+0000 mgr.smithi161.xfxcne (mgr.14180) 1176 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:37:54.204 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:37:54.238 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:53 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:37:52.815947+0000 mgr.smithi161.xfxcne (mgr.14180) 1177 : audit [DBG] from='client.16226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:54.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:53 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:37:52.815947+0000 mgr.smithi161.xfxcne (mgr.14180) 1177 : audit [DBG] from='client.16226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:55.205 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:54 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:53.678424+0000 mgr.smithi161.xfxcne (mgr.14180) 1178 : 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-01-18T08:37:55.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:54 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:53.678424+0000 mgr.smithi161.xfxcne (mgr.14180) 1178 : 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-01-18T08:37:55.580 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:37:55.581 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:37:55.943 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:37:56.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:55 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:37:55.577572+0000 mgr.smithi161.xfxcne (mgr.14180) 1179 : audit [DBG] from='client.16230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:56.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:55 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:37:55.577572+0000 mgr.smithi161.xfxcne (mgr.14180) 1179 : audit [DBG] from='client.16230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:56.943 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:37:57.261 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:56 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:55.678876+0000 mgr.smithi161.xfxcne (mgr.14180) 1180 : 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-01-18T08:37:57.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:56 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:55.678876+0000 mgr.smithi161.xfxcne (mgr.14180) 1180 : 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-01-18T08:37:58.317 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:37:58.318 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:14.655190Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.ynjeja on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: 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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:37:58.730 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:37:59.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:57.679224+0000 mgr.smithi161.xfxcne (mgr.14180) 1181 : 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-01-18T08:37:59.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:58 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:37:58.314012+0000 mgr.smithi161.xfxcne (mgr.14180) 1182 : audit [DBG] from='client.16234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:59.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:57.679224+0000 mgr.smithi161.xfxcne (mgr.14180) 1181 : 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-01-18T08:37:59.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:58 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:37:58.314012+0000 mgr.smithi161.xfxcne (mgr.14180) 1182 : audit [DBG] from='client.16234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:37:59.731 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:38:00.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:37:59.146407+0000 mgr.smithi161.xfxcne (mgr.14180) 1183 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk 2024-01-18T08:38:00.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk 2024-01-18T08:38:00.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk 2024-01-18T08:38:00.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk 2024-01-18T08:38:00.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Deploy daemon haproxy.nfs.foo.smithi187.rlpzzk ... 2024-01-18T08:38:00.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:38:00.026 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:38:00.027 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:36:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:38:00.027 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:36:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:38:00.027 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:37:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T08:38:00.027 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:38:00.027 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:38:00.027 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Traceback (most recent call last): 2024-01-18T08:38:00.027 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:38:00.027 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: yield (conn, connr) 2024-01-18T08:38:00.027 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:38:00.027 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: code, '\n'.join(err))) 2024-01-18T08:38:00.027 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: 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-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk 2024-01-18T08:38:00.027 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk 2024-01-18T08:38:00.027 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk 2024-01-18T08:38:00.027 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk 2024-01-18T08:38:00.028 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Deploy daemon haproxy.nfs.foo.smithi187.rlpzzk ... 2024-01-18T08:38:00.028 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:38:00.028 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:38:00.028 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:36:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:38:00.028 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:36:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:38:00.028 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:37:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T08:38:00.028 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:38:00.028 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:38:00.028 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:37:59.146643+0000 mgr.smithi161.xfxcne (mgr.14180) 1184 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi187.rlpzzk 2024-01-18T08:38:00.028 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:37:59.146932+0000 mon.smithi161 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi187.rlpzzk"}]: dispatch 2024-01-18T08:38:00.028 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:37:59.147546+0000 mgr.smithi161.xfxcne (mgr.14180) 1185 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi187.rlpzzk on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk 2024-01-18T08:38:00.028 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk 2024-01-18T08:38:00.028 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk 2024-01-18T08:38:00.029 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk 2024-01-18T08:38:00.029 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Deploy daemon haproxy.nfs.foo.smithi187.rlpzzk ... 2024-01-18T08:38:00.029 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:38:00.029 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:38:00.029 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:36:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:38:00.029 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:36:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:38:00.029 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr time="2024-01-18T08:37:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T08:38:00.029 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:38:00.029 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:38:00.029 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:37:59 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cephadm 2024-01-18T08:37:59.149011+0000 mgr.smithi161.xfxcne (mgr.14180) 1186 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi161.pxbwax on smithi161 2024-01-18T08:38:00.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:37:59.146407+0000 mgr.smithi161.xfxcne (mgr.14180) 1183 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk 2024-01-18T08:38:00.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk 2024-01-18T08:38:00.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk 2024-01-18T08:38:00.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk 2024-01-18T08:38:00.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Deploy daemon haproxy.nfs.foo.smithi187.rlpzzk ... 2024-01-18T08:38:00.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:38:00.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:38:00.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:36:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:38:00.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:36:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:38:00.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:37:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T08:38:00.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:38:00.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:38:00.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Traceback (most recent call last): 2024-01-18T08:38:00.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:38:00.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: yield (conn, connr) 2024-01-18T08:38:00.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:38:00.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: code, '\n'.join(err))) 2024-01-18T08:38:00.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: 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-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk 2024-01-18T08:38:00.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk 2024-01-18T08:38:00.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk 2024-01-18T08:38:00.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk 2024-01-18T08:38:00.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Deploy daemon haproxy.nfs.foo.smithi187.rlpzzk ... 2024-01-18T08:38:00.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:38:00.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:38:00.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:36:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:38:00.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:36:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:38:00.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:37:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T08:38:00.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:38:00.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:38:00.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:37:59.146643+0000 mgr.smithi161.xfxcne (mgr.14180) 1184 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi187.rlpzzk 2024-01-18T08:38:00.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:37:59.146932+0000 mon.smithi161 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.161:0/2123124679' entity='mgr.smithi161.xfxcne' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi187.rlpzzk"}]: dispatch 2024-01-18T08:38:00.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:37:59.147546+0000 mgr.smithi161.xfxcne (mgr.14180) 1185 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi187.rlpzzk on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk 2024-01-18T08:38:00.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk 2024-01-18T08:38:00.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk 2024-01-18T08:38:00.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: /bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk 2024-01-18T08:38:00.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Deploy daemon haproxy.nfs.foo.smithi187.rlpzzk ... 2024-01-18T08:38:00.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:38:00.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T08:38:00.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:36:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:38:00.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:36:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:38:00.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr time="2024-01-18T08:37:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T08:38:00.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: 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-01-18T08:38:00.352 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:38:00.352 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:37:59 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cephadm 2024-01-18T08:37:59.149011+0000 mgr.smithi161.xfxcne (mgr.14180) 1186 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi161.pxbwax on smithi161 2024-01-18T08:38:01.025 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:38:00 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:37:59.679787+0000 mgr.smithi161.xfxcne (mgr.14180) 1187 : cluster [DBG] pgmap v696: 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-01-18T08:38:01.089 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:38:01.090 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:37:59.147422Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.rlpzzk on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk\nDeploy daemon haproxy.nfs.foo.smithi187.rlpzzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:36:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:36:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:37:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:38:01.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:38:00 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:37:59.679787+0000 mgr.smithi161.xfxcne (mgr.14180) 1187 : cluster [DBG] pgmap v696: 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-01-18T08:38:01.533 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:38:02.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:38:01 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:38:01.085917+0000 mgr.smithi161.xfxcne (mgr.14180) 1188 : audit [DBG] from='client.16238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:38:02.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:38:01 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:38:01.085917+0000 mgr.smithi161.xfxcne (mgr.14180) 1188 : audit [DBG] from='client.16238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:38:02.535 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:38:03.262 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:38:02 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:38:01.680167+0000 mgr.smithi161.xfxcne (mgr.14180) 1189 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:38:03.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:38:02 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:38:01.680167+0000 mgr.smithi161.xfxcne (mgr.14180) 1189 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:38:03.901 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:38:03.901 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:37:59.147422Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.rlpzzk on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk\nDeploy daemon haproxy.nfs.foo.smithi187.rlpzzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:36:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:36:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:37:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:38:04.290 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:38:05.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:38:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:38:03.680586+0000 mgr.smithi161.xfxcne (mgr.14180) 1190 : 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-01-18T08:38:05.276 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:38:04 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:38:03.898094+0000 mgr.smithi161.xfxcne (mgr.14180) 1191 : audit [DBG] from='client.16242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:38:05.291 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:38:05.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:38:04 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:38:03.680586+0000 mgr.smithi161.xfxcne (mgr.14180) 1190 : 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-01-18T08:38:05.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:38:04 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:38:03.898094+0000 mgr.smithi161.xfxcne (mgr.14180) 1191 : audit [DBG] from='client.16242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:38:06.754 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:38:06.754 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:37:59.147422Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.rlpzzk on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk\nDeploy daemon haproxy.nfs.foo.smithi187.rlpzzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:36:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:36:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:37:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:38:07.098 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:38:06 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:38:05.681152+0000 mgr.smithi161.xfxcne (mgr.14180) 1192 : 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-01-18T08:38:07.140 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:38:07.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:38:06 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:38:05.681152+0000 mgr.smithi161.xfxcne (mgr.14180) 1192 : 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-01-18T08:38:08.141 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:38:08.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:38:07 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:38:06.750602+0000 mgr.smithi161.xfxcne (mgr.14180) 1193 : audit [DBG] from='client.16246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:38:08.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:38:07 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:38:06.750602+0000 mgr.smithi161.xfxcne (mgr.14180) 1193 : audit [DBG] from='client.16246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:38:09.153 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:38:08 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:38:07.681768+0000 mgr.smithi161.xfxcne (mgr.14180) 1194 : 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-01-18T08:38:09.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:38:08 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:38:07.681768+0000 mgr.smithi161.xfxcne (mgr.14180) 1194 : 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-01-18T08:38:09.518 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:38:09.518 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:37:59.147422Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.rlpzzk on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk\nDeploy daemon haproxy.nfs.foo.smithi187.rlpzzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:36:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:36:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:37:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:38:09.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:38:10.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:38:09 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:38:09.513748+0000 mgr.smithi161.xfxcne (mgr.14180) 1195 : audit [DBG] from='client.16250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:38:10.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:38:09 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:38:09.513748+0000 mgr.smithi161.xfxcne (mgr.14180) 1195 : audit [DBG] from='client.16250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:38:10.892 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:38:11.233 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:38:10 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:38:09.682501+0000 mgr.smithi161.xfxcne (mgr.14180) 1196 : cluster [DBG] pgmap v701: 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-01-18T08:38:11.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:38:10 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:38:09.682501+0000 mgr.smithi161.xfxcne (mgr.14180) 1196 : cluster [DBG] pgmap v701: 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-01-18T08:38:12.334 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:38:12.334 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:37:59.147422Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.rlpzzk on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk\nDeploy daemon haproxy.nfs.foo.smithi187.rlpzzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:36:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:36:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:37:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:38:12.782 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:38:13.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:38:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:38:11.682908+0000 mgr.smithi161.xfxcne (mgr.14180) 1197 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:38:13.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:38:12 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:38:12.330378+0000 mgr.smithi161.xfxcne (mgr.14180) 1198 : audit [DBG] from='client.16254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:38:13.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:38:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:38:11.682908+0000 mgr.smithi161.xfxcne (mgr.14180) 1197 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T08:38:13.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:38:12 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:38:12.330378+0000 mgr.smithi161.xfxcne (mgr.14180) 1198 : audit [DBG] from='client.16254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:38:13.782 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:38:15.257 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:38:15.257 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:37:59.147422Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.rlpzzk on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk\nDeploy daemon haproxy.nfs.foo.smithi187.rlpzzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:36:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:36:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:37:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:38:15.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:38:14 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:38:13.683606+0000 mgr.smithi161.xfxcne (mgr.14180) 1199 : cluster [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-01-18T08:38:15.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:38:14 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:38:13.683606+0000 mgr.smithi161.xfxcne (mgr.14180) 1199 : cluster [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-01-18T08:38:15.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:38:16.275 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:38:15 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:38:15.252757+0000 mgr.smithi161.xfxcne (mgr.14180) 1200 : audit [DBG] from='client.16258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:38:16.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:38:15 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:38:15.252757+0000 mgr.smithi161.xfxcne (mgr.14180) 1200 : audit [DBG] from='client.16258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:38:16.683 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:38:17.252 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:38:16 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:38:15.684312+0000 mgr.smithi161.xfxcne (mgr.14180) 1201 : 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-01-18T08:38:17.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:38:16 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:38:15.684312+0000 mgr.smithi161.xfxcne (mgr.14180) 1201 : 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-01-18T08:38:18.108 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-01-18T08:38:18.108 INFO:teuthology.orchestra.run.smithi161.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T08:15:10.985039Z", "last_refresh": "2024-01-18T08:35:29.246168Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T08:15:07.447054Z", "last_refresh": "2024-01-18T08:35:25.989114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T08:15:09.282634Z", "last_refresh": "2024-01-18T08:35:29.246298Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:31:55.187410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.aceeyz on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-aceeyz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.aceeyz\nDeploy daemon haproxy.nfs.foo.smithi187.aceeyz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:29:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:30:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:31:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.720993Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi161.ixqbai on smithi161: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi161-ixqbai\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi161.ixqbai\nDeploy daemon haproxy.nfs.foo.smithi161.ixqbai ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:32:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:33:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi161 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:34:24.722317Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.scgdqu on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:34:24.723350Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi161.jzdirl on smithi161: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:37:59.147422Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.rlpzzk on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi187-rlpzzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk\n/bin/podman: stderr Error: no such container ceph-86e30340-b5d9-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi187.rlpzzk\nDeploy daemon haproxy.nfs.foo.smithi187.rlpzzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T08:36:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:36:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T08:37:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -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.161/16"}, "status": {"created": "2024-01-18T08:18:34.554631Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.161/16"}}, {"events": ["2024-01-18T08:18:30.516808Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:18:30.512913Z", "last_refresh": "2024-01-18T08:35:25.989741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T08:15:06.430678Z", "last_refresh": "2024-01-18T08:35:25.989258Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:07.477079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi161:172.21.15.161=smithi161", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:16:07.472535Z", "last_refresh": "2024-01-18T08:35:25.989329Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:18:34.553589Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T08:18:34.549948Z", "last_refresh": "2024-01-18T08:35:29.246842Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T08:15:10.130989Z", "last_refresh": "2024-01-18T08:35:25.989400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:16:25.678190Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:16:25.672751Z", "last_refresh": "2024-01-18T08:35:25.989463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T08:15:08.433469Z", "last_refresh": "2024-01-18T08:35:29.246433Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:38:18.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:38:18.533 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-18T08:38:18.792 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=37d6cbbb536148dab4c633a2ee49152c Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-18T08:38:18.796 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-18T08:38:18.811 INFO:tasks.vip:Removing 10.0.15.161 (and any VIPs) on smithi161.front.sepia.ceph.com iface enp3s0f1... 2024-01-18T08:38:18.811 DEBUG:teuthology.orchestra.run.smithi161:> sudo ip addr del 10.0.15.161/16 dev enp3s0f1 2024-01-18T08:38:18.846 DEBUG:teuthology.orchestra.run.smithi161:> sudo ip addr del 10.0.31.161/16 dev enp3s0f1 2024-01-18T08:38:18.913 INFO:teuthology.orchestra.run.smithi161.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-18T08:38:18.914 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-18T08:38:18.914 INFO:tasks.vip:Removing 10.0.15.187 (and any VIPs) on smithi187.front.sepia.ceph.com iface enp3s0f1... 2024-01-18T08:38:18.915 DEBUG:teuthology.orchestra.run.smithi187:> sudo ip addr del 10.0.15.187/16 dev enp3s0f1 2024-01-18T08:38:18.953 DEBUG:teuthology.orchestra.run.smithi187:> sudo ip addr del 10.0.31.161/16 dev enp3s0f1 2024-01-18T08:38:19.023 INFO:teuthology.orchestra.run.smithi187.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-18T08:38:19.024 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-18T08:38:19.025 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-18T08:38:19.044 INFO:tasks.cephadm:Teardown begin 2024-01-18T08:38:19.044 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T08:38:19.071 DEBUG:teuthology.orchestra.run.smithi187:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T08:38:19.100 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-18T08:38:19.100 DEBUG:teuthology.orchestra.run.smithi161:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-18T08:38:19.129 DEBUG:teuthology.orchestra.run.smithi187:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-18T08:38:19.159 INFO:tasks.cephadm:Stopping all daemons... 2024-01-18T08:38:19.159 INFO:tasks.cephadm.mon.smithi161:Stopping mon.smithi161... 2024-01-18T08:38:19.159 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ceph-86e30340-b5d9-11ee-95ae-87774f69a715@mon.smithi161 2024-01-18T08:38:19.193 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:38:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: cluster 2024-01-18T08:38:17.684750+0000 mgr.smithi161.xfxcne (mgr.14180) 1202 : 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-01-18T08:38:19.193 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:38:18 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: audit 2024-01-18T08:38:18.104331+0000 mgr.smithi161.xfxcne (mgr.14180) 1203 : audit [DBG] from='client.16262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:38:19.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:38:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: cluster 2024-01-18T08:38:17.684750+0000 mgr.smithi161.xfxcne (mgr.14180) 1202 : 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-01-18T08:38:19.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:38:18 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: audit 2024-01-18T08:38:18.104331+0000 mgr.smithi161.xfxcne (mgr.14180) 1203 : audit [DBG] from='client.16262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:38:19.519 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:38:19 smithi161 systemd[1]: Stopping Ceph mon.smithi161 for 86e30340-b5d9-11ee-95ae-87774f69a715... 2024-01-18T08:38:19.519 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:38:19 smithi161 bash[162070]: Error: no container with name or ID "ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon.smithi161" found: no such container 2024-01-18T08:38:19.519 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:38:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:38:19.396+0000 7fd38974f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi161 -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-01-18T08:38:19.519 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:38:19 smithi161 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161[35230]: debug 2024-01-18T08:38:19.396+0000 7fd38974f700 -1 mon.smithi161@0(leader) e2 *** Got Signal Terminated *** 2024-01-18T08:38:20.069 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Jan 18 08:38:19 smithi161 bash[162109]: ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi161 2024-01-18T08:38:20.075 DEBUG:teuthology.orchestra.run.smithi161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-86e30340-b5d9-11ee-95ae-87774f69a715@mon.smithi161.service' 2024-01-18T08:38:20.176 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T08:38:20.176 INFO:tasks.cephadm.mon.smithi161:Stopped mon.smithi161 2024-01-18T08:38:20.176 INFO:tasks.cephadm.mon.smithi187:Stopping mon.smithi187... 2024-01-18T08:38:20.176 DEBUG:teuthology.orchestra.run.smithi187:> sudo systemctl stop ceph-86e30340-b5d9-11ee-95ae-87774f69a715@mon.smithi187 2024-01-18T08:38:20.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:38:20 smithi187 systemd[1]: Stopping Ceph mon.smithi187 for 86e30340-b5d9-11ee-95ae-87774f69a715... 2024-01-18T08:38:20.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:38:20 smithi187 bash[58702]: Error: no container with name or ID "ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon.smithi187" found: no such container 2024-01-18T08:38:20.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:38:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:38:20.421+0000 7fdfab20b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi187 -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-01-18T08:38:20.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:38:20 smithi187 ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187[38963]: debug 2024-01-18T08:38:20.421+0000 7fdfab20b700 -1 mon.smithi187@1(peon) e2 *** Got Signal Terminated *** 2024-01-18T08:38:21.022 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 18 08:38:20 smithi187 bash[58740]: ceph-86e30340-b5d9-11ee-95ae-87774f69a715-mon-smithi187 2024-01-18T08:38:21.029 DEBUG:teuthology.orchestra.run.smithi187:> sudo pkill -f 'journalctl -f -n 0 -u ceph-86e30340-b5d9-11ee-95ae-87774f69a715@mon.smithi187.service' 2024-01-18T08:38:21.081 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T08:38:21.081 INFO:tasks.cephadm.mon.smithi187:Stopped mon.smithi187 2024-01-18T08:38:21.081 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 --force --keep-logs 2024-01-18T08:41:44.386 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 --force --keep-logs 2024-01-18T08:42:22.423 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T08:42:22.461 DEBUG:teuthology.orchestra.run.smithi187:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T08:42:22.490 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-18T08:42:22.492 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519719/remote/ubuntu@smithi161.front.sepia.ceph.com/crash 2024-01-18T08:42:22.493 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/crash -- . 2024-01-18T08:42:22.548 INFO:teuthology.orchestra.run.smithi161.stderr:tar: /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/crash: Cannot open: No such file or directory 2024-01-18T08:42:22.548 INFO:teuthology.orchestra.run.smithi161.stderr:tar: Error is not recoverable: exiting now 2024-01-18T08:42:22.550 DEBUG:teuthology.misc:Transferring archived files from smithi187:/var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519719/remote/ubuntu@smithi187.front.sepia.ceph.com/crash 2024-01-18T08:42:22.551 DEBUG:teuthology.orchestra.run.smithi187:> sudo tar c -f - -C /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/crash -- . 2024-01-18T08:42:22.583 INFO:teuthology.orchestra.run.smithi187.stderr:tar: /var/lib/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/crash: Cannot open: No such file or directory 2024-01-18T08:42:22.584 INFO:teuthology.orchestra.run.smithi187.stderr:tar: Error is not recoverable: exiting now 2024-01-18T08:42:22.585 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-18T08:42:22.585 DEBUG:teuthology.orchestra.run.smithi161:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-18T08:42:22.615 INFO:teuthology.orchestra.run.smithi161.stderr:grep: /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph.log: No such file or directory 2024-01-18T08:42:22.616 INFO:tasks.cephadm:Compressing logs... 2024-01-18T08:42:22.617 DEBUG:teuthology.orchestra.run.smithi161:> 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-01-18T08:42:22.659 DEBUG:teuthology.orchestra.run.smithi187:> 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-01-18T08:42:22.689 INFO:teuthology.orchestra.run.smithi161.stderr:find: ‘/var/log/rbd-target-api’gzip : No such file or directory-5 2024-01-18T08:42:22.689 INFO:teuthology.orchestra.run.smithi161.stderr:--verbose -- /var/log/ceph/cephadm.log 2024-01-18T08:42:22.689 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-mon.smithi161.log 2024-01-18T08:42:22.689 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-volume.log 2024-01-18T08:42:22.689 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-mon.smithi161.log: gzip -5 --verbose -- /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-mgr.smithi161.xfxcne.log 2024-01-18T08:42:22.690 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-osd.3.log 2024-01-18T08:42:22.690 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-mgr.smithi161.xfxcne.log: gzip -5 --verbose -- /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-mds.foofs.smithi161.quovlv.log 2024-01-18T08:42:22.690 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-osd.3.log: /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-mds.foofs.smithi161.quovlv.log: 59.8% -- replaced with /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-mds.foofs.smithi161.quovlv.log.gz 2024-01-18T08:42:22.690 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-osd.7.log 2024-01-18T08:42:22.690 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-osd.5.log 2024-01-18T08:42:22.690 INFO:teuthology.orchestra.run.smithi187.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-01-18T08:42:22.690 INFO:teuthology.orchestra.run.smithi187.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-18T08:42:22.690 INFO:teuthology.orchestra.run.smithi187.stderr:gzip -5 --verbose -- /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-osd.6.log 2024-01-18T08:42:22.691 INFO:teuthology.orchestra.run.smithi187.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-volume.log 2024-01-18T08:42:22.691 INFO:teuthology.orchestra.run.smithi187.stderr:/var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-osd.2.log 2024-01-18T08:42:22.691 INFO:teuthology.orchestra.run.smithi187.stderr:gzip -5 --verbose -- /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-osd.0.log 2024-01-18T08:42:22.691 INFO:teuthology.orchestra.run.smithi187.stderr:/var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-volume.log: /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-mon.smithi187.log 2024-01-18T08:42:22.691 INFO:teuthology.orchestra.run.smithi187.stderr:/var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-mds.foofs.smithi187.oimwhs.log 2024-01-18T08:42:22.691 INFO:teuthology.orchestra.run.smithi187.stderr:/var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-mon.smithi187.log: /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-mds.foofs.smithi187.oimwhs.log: 88.0% -- replaced with /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-mds.foofs.smithi187.oimwhs.log.gz 2024-01-18T08:42:22.691 INFO:teuthology.orchestra.run.smithi187.stderr:gzip -5 --verbose -- /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-osd.4.log 2024-01-18T08:42:22.692 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-osd.7.log: /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-osd.5.log: 92.9% -- replaced with /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-volume.log.gz 2024-01-18T08:42:22.693 INFO:teuthology.orchestra.run.smithi187.stderr:/var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-osd.4.log: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-18T08:42:22.693 INFO:teuthology.orchestra.run.smithi187.stderr: 92.9% -- replaced with /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-volume.log.gz 2024-01-18T08:42:22.693 INFO:teuthology.orchestra.run.smithi187.stderr:gzip -5 --verbose -- /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-mgr.smithi187.xmwtbb.log 2024-01-18T08:42:22.698 INFO:teuthology.orchestra.run.smithi187.stderr:/var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-mgr.smithi187.xmwtbb.log: 93.3% -- replaced with /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-mgr.smithi187.xmwtbb.log.gz 2024-01-18T08:42:22.707 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-osd.1.log 2024-01-18T08:42:22.724 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-osd.1.log: 94.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-18T08:42:22.953 INFO:teuthology.orchestra.run.smithi161.stderr: 90.0% -- replaced with /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-mgr.smithi161.xfxcne.log.gz 2024-01-18T08:42:23.035 INFO:teuthology.orchestra.run.smithi187.stderr: 92.2% -- replaced with /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-mon.smithi187.log.gz 2024-01-18T08:42:23.091 INFO:teuthology.orchestra.run.smithi187.stderr: 92.9% -- replaced with /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-osd.2.log.gz 2024-01-18T08:42:23.101 INFO:teuthology.orchestra.run.smithi187.stderr: 93.0% -- replaced with /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-osd.4.log.gz 2024-01-18T08:42:23.125 INFO:teuthology.orchestra.run.smithi161.stderr: 93.1% -- replaced with /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-osd.7.log.gz 2024-01-18T08:42:23.194 INFO:teuthology.orchestra.run.smithi161.stderr: 92.9% -- replaced with /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-osd.1.log.gz 2024-01-18T08:42:23.199 INFO:teuthology.orchestra.run.smithi187.stderr: 93.0% -- replaced with /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-osd.0.log.gz 2024-01-18T08:42:23.218 INFO:teuthology.orchestra.run.smithi161.stderr: 93.6% -- replaced with /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-osd.3.log.gz 2024-01-18T08:42:23.239 INFO:teuthology.orchestra.run.smithi161.stderr: 93.1% -- replaced with /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-osd.5.log.gz 2024-01-18T08:42:23.294 INFO:teuthology.orchestra.run.smithi187.stderr: 92.9% -- replaced with /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-osd.6.log.gz 2024-01-18T08:42:23.296 INFO:teuthology.orchestra.run.smithi187.stderr: 2024-01-18T08:42:23.296 INFO:teuthology.orchestra.run.smithi187.stderr:real 0m0.620s 2024-01-18T08:42:23.296 INFO:teuthology.orchestra.run.smithi187.stderr:user 0m2.229s 2024-01-18T08:42:23.296 INFO:teuthology.orchestra.run.smithi187.stderr:sys 0m0.093s 2024-01-18T08:42:23.485 INFO:teuthology.orchestra.run.smithi161.stderr: 90.0% -- replaced with /var/log/ceph/86e30340-b5d9-11ee-95ae-87774f69a715/ceph-mon.smithi161.log.gz 2024-01-18T08:42:23.487 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-01-18T08:42:23.487 INFO:teuthology.orchestra.run.smithi161.stderr:real 0m0.812s 2024-01-18T08:42:23.487 INFO:teuthology.orchestra.run.smithi161.stderr:user 0m2.994s 2024-01-18T08:42:23.487 INFO:teuthology.orchestra.run.smithi161.stderr:sys 0m0.140s 2024-01-18T08:42:23.488 INFO:tasks.cephadm:Archiving logs... 2024-01-18T08:42:23.488 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519719/remote/ubuntu@smithi161.front.sepia.ceph.com/log 2024-01-18T08:42:23.489 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-18T08:42:23.960 DEBUG:teuthology.misc:Transferring archived files from smithi187:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519719/remote/ubuntu@smithi187.front.sepia.ceph.com/log 2024-01-18T08:42:23.961 DEBUG:teuthology.orchestra.run.smithi187:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-18T08:42:24.327 INFO:tasks.cephadm:Removing cluster... 2024-01-18T08:42:24.327 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 --force 2024-01-18T08:42:24.694 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 86e30340-b5d9-11ee-95ae-87774f69a715 --force 2024-01-18T08:42:25.060 INFO:tasks.cephadm:Removing cephadm ... 2024-01-18T08:42:25.061 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-18T08:42:25.079 DEBUG:teuthology.orchestra.run.smithi187:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-18T08:42:25.097 INFO:tasks.cephadm:Teardown complete 2024-01-18T08:42:25.097 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-18T08:42:25.108 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi161:/dev/vg_nvme/lv_1... 2024-01-18T08:42:25.109 DEBUG:teuthology.orchestra.run.smithi161:> sudo nvme disconnect -n lv_1 2024-01-18T08:42:25.250 INFO:teuthology.orchestra.run.smithi161.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-18T08:42:25.251 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:42:25.251 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi161:/dev/vg_nvme/lv_2... 2024-01-18T08:42:25.251 DEBUG:teuthology.orchestra.run.smithi161:> sudo nvme disconnect -n lv_2 2024-01-18T08:42:25.373 INFO:teuthology.orchestra.run.smithi161.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-18T08:42:25.375 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:42:25.375 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi161:/dev/vg_nvme/lv_3... 2024-01-18T08:42:25.376 DEBUG:teuthology.orchestra.run.smithi161:> sudo nvme disconnect -n lv_3 2024-01-18T08:42:25.502 INFO:teuthology.orchestra.run.smithi161.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-18T08:42:25.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:42:25.503 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi161:/dev/vg_nvme/lv_4... 2024-01-18T08:42:25.503 DEBUG:teuthology.orchestra.run.smithi161:> sudo nvme disconnect -n lv_4 2024-01-18T08:42:25.631 INFO:teuthology.orchestra.run.smithi161.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-18T08:42:25.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:42:25.633 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-01-18T08:42:25.633 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/scratch_devs 2024-01-18T08:42:25.659 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi187:/dev/vg_nvme/lv_1... 2024-01-18T08:42:25.659 DEBUG:teuthology.orchestra.run.smithi187:> sudo nvme disconnect -n lv_1 2024-01-18T08:42:25.788 INFO:teuthology.orchestra.run.smithi187.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-18T08:42:25.790 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:42:25.790 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi187:/dev/vg_nvme/lv_2... 2024-01-18T08:42:25.791 DEBUG:teuthology.orchestra.run.smithi187:> sudo nvme disconnect -n lv_2 2024-01-18T08:42:25.910 INFO:teuthology.orchestra.run.smithi187.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-18T08:42:25.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:42:25.912 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi187:/dev/vg_nvme/lv_3... 2024-01-18T08:42:25.912 DEBUG:teuthology.orchestra.run.smithi187:> sudo nvme disconnect -n lv_3 2024-01-18T08:42:26.025 INFO:teuthology.orchestra.run.smithi187.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-18T08:42:26.026 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:42:26.027 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi187:/dev/vg_nvme/lv_4... 2024-01-18T08:42:26.027 DEBUG:teuthology.orchestra.run.smithi187:> sudo nvme disconnect -n lv_4 2024-01-18T08:42:26.154 INFO:teuthology.orchestra.run.smithi187.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-18T08:42:26.155 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:42:26.156 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-18T08:42:26.156 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/scratch_devs 2024-01-18T08:42:26.182 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-18T08:42:26.195 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-18T08:42:26.195 DEBUG:teuthology.orchestra.run.smithi161:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T08:42:26.198 DEBUG:teuthology.orchestra.run.smithi187:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T08:42:26.213 INFO:teuthology.orchestra.run.smithi161.stderr:bash: ntpq: command not found 2024-01-18T08:42:26.218 INFO:teuthology.orchestra.run.smithi161.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T08:42:26.218 INFO:teuthology.orchestra.run.smithi161.stdout:=============================================================================== 2024-01-18T08:42:26.218 INFO:teuthology.orchestra.run.smithi161.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 41 -442us[ -442us] +/- 74ms 2024-01-18T08:42:26.218 INFO:teuthology.orchestra.run.smithi161.stdout:^* hv02.front.sepia.ceph.com 3 7 377 104 -1644us[-1532us] +/- 63ms 2024-01-18T08:42:26.219 INFO:teuthology.orchestra.run.smithi161.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 42 +2410us[+2410us] +/- 61ms 2024-01-18T08:42:26.219 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T08:42:26.239 INFO:teuthology.orchestra.run.smithi187.stderr:bash: ntpq: command not found 2024-01-18T08:42:26.244 INFO:teuthology.orchestra.run.smithi187.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T08:42:26.244 INFO:teuthology.orchestra.run.smithi187.stdout:=============================================================================== 2024-01-18T08:42:26.245 INFO:teuthology.orchestra.run.smithi187.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 40 -498us[ -498us] +/- 74ms 2024-01-18T08:42:26.245 INFO:teuthology.orchestra.run.smithi187.stdout:^* hv02.front.sepia.ceph.com 3 6 377 37 -1690us[-1690us] +/- 64ms 2024-01-18T08:42:26.245 INFO:teuthology.orchestra.run.smithi187.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 40 +2357us[+2357us] +/- 61ms 2024-01-18T08:42:26.245 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T08:42:26.245 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-18T08:42:26.255 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-18T08:42:26.255 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-18T08:42:26.285 DEBUG:teuthology.orchestra.run.smithi161:> 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-01-18T08:42:26.357 DEBUG:teuthology.orchestra.run.smithi187:> 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-01-18T08:42:26.416 DEBUG:teuthology.orchestra.run.smithi161:> 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-01-18T08:42:26.446 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:42:26.447 DEBUG:teuthology.orchestra.run.smithi187:> 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-01-18T08:42:26.475 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:42:26.476 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-18T08:42:26.487 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-18T08:42:26.496 INFO:teuthology.task.internal:Duration was 2080.877890 seconds 2024-01-18T08:42:26.497 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-18T08:42:26.507 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-18T08:42:26.507 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-18T08:42:26.509 DEBUG:teuthology.orchestra.run.smithi187:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-18T08:42:26.553 INFO:teuthology.orchestra.run.smithi161.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T08:42:26.561 INFO:teuthology.orchestra.run.smithi187.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T08:42:26.860 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-18T08:42:26.860 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi161.front.sepia.ceph.com 2024-01-18T08:42:26.860 DEBUG:teuthology.orchestra.run.smithi161:> 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-01-18T08:42:26.882 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi187.front.sepia.ceph.com 2024-01-18T08:42:26.882 DEBUG:teuthology.orchestra.run.smithi187:> 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-01-18T08:42:26.904 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-18T08:42:26.904 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-18T08:42:26.925 DEBUG:teuthology.orchestra.run.smithi187:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-18T08:42:26.996 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-18T08:42:26.997 DEBUG:teuthology.orchestra.run.smithi161:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-18T08:42:26.999 DEBUG:teuthology.orchestra.run.smithi187:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-18T08:42:27.194 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-18T08:42:27.204 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-18T08:42:27.205 DEBUG:teuthology.orchestra.run.smithi161:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-18T08:42:27.232 DEBUG:teuthology.orchestra.run.smithi187:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-18T08:42:27.259 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-18T08:42:27.269 DEBUG:teuthology.orchestra.run.smithi161:> 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-01-18T08:42:27.274 DEBUG:teuthology.orchestra.run.smithi187:> 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-01-18T08:42:27.298 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = core 2024-01-18T08:42:27.325 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern = core 2024-01-18T08:42:27.380 DEBUG:teuthology.orchestra.run.smithi161:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-18T08:42:27.397 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:42:27.398 DEBUG:teuthology.orchestra.run.smithi187:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-18T08:42:27.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:42:27.437 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-18T08:42:27.448 INFO:teuthology.task.internal:Transferring archived files... 2024-01-18T08:42:27.449 DEBUG:teuthology.misc:Transferring archived files from smithi161:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519719/remote/smithi161 2024-01-18T08:42:27.449 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-18T08:42:27.496 DEBUG:teuthology.misc:Transferring archived files from smithi187:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519719/remote/smithi187 2024-01-18T08:42:27.497 DEBUG:teuthology.orchestra.run.smithi187:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-18T08:42:27.536 INFO:teuthology.task.internal:Removing archive directory... 2024-01-18T08:42:27.536 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-18T08:42:27.538 DEBUG:teuthology.orchestra.run.smithi187:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-18T08:42:27.588 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-18T08:42:27.600 INFO:teuthology.task.internal:Not uploading archives. 2024-01-18T08:42:27.601 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-18T08:42:27.612 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-18T08:42:27.612 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-18T08:42:27.614 DEBUG:teuthology.orchestra.run.smithi187:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-18T08:42:27.629 INFO:teuthology.orchestra.run.smithi161.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 18 08:42 /home/ubuntu/cephtest 2024-01-18T08:42:27.645 INFO:teuthology.orchestra.run.smithi187.stdout: 393225 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 18 08:42 /home/ubuntu/cephtest 2024-01-18T08:42:27.646 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-18T08:42:27.657 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-18T08:42:27.679 INFO:teuthology.nuke:Checking targets against current locks 2024-01-18T08:42:27.705 DEBUG:teuthology.nuke:shortname: smithi161 2024-01-18T08:42:27.705 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T08:42:27.731 DEBUG:teuthology.nuke:shortname: smithi187 2024-01-18T08:42:27.731 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T08:42:27.735 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519719', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-18 07:58:33.218221', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG6oliiHYtZrZ9pWqh6lQVK5Vd0QfVwjHRsJ/HU7FIwjseDI7v91GsrISgpVF4rE5le3H4C7QYrFB08JqBqfVzg='} 2024-01-18T08:42:27.754 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi187.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519719', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-18 07:58:33.220114', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDE9HJmuOGe809y9lZ63b2GA6c4VRvVqN1N5oEE+4iaaRqGaHwe1zy1b17+0Jy6b2wi3O/B+Byzcvx4DqFr70s8='} 2024-01-18T08:42:27.784 INFO:teuthology.orchestra.console.smithi161:Power off 2024-01-18T08:42:27.785 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-18T08:42:27.807 DEBUG:teuthology.orchestra.console.smithi161:power off output: Chassis Power Control: Down/Off 2024-01-18T08:42:27.807 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T08:42:27.825 INFO:teuthology.orchestra.console.smithi187:Power off 2024-01-18T08:42:27.826 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-18T08:42:27.835 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is on 2024-01-18T08:42:27.850 DEBUG:teuthology.orchestra.console.smithi187:power off output: Chassis Power Control: Down/Off 2024-01-18T08:42:27.850 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T08:42:27.873 DEBUG:teuthology.orchestra.console.smithi187:check power output: Chassis Power is on 2024-01-18T08:42:31.837 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T08:42:31.874 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T08:42:31.948 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is on 2024-01-18T08:42:31.985 DEBUG:teuthology.orchestra.console.smithi187:check power output: Chassis Power is on 2024-01-18T08:42:35.954 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T08:42:35.985 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T08:42:36.064 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is off 2024-01-18T08:42:36.095 DEBUG:teuthology.orchestra.console.smithi187:check power output: Chassis Power is off 2024-01-18T08:42:36.165 INFO:teuthology.orchestra.console.smithi161:Power off completed 2024-01-18T08:42:36.196 INFO:teuthology.orchestra.console.smithi187:Power off completed 2024-01-18T08:42:36.300 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 2080.8778898715973 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=37d6cbbb536148dab4c633a2ee49152c status: fail success: false 2024-01-18T08:42:36.301 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-18T08:42:36.393 INFO:teuthology.run:FAIL